#F74A9A

Color #F74A9A Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F74A9A

Tints of Brilliant Rose #F74A9A

Color information

#F74A9A (or 0xF74A9A) is unknown color: approx Brilliant Rose. HEX triplet: F7, 4A and 9A. RGB value is (247,74,154). Sum of RGB (Red+Green+Blue) = 247+74+154=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74A9A is #08B565. Grayscale: #868686. Windows color (decimal): -570726 or 10111735. OLE color: 10111735.

HSL color Cylindrical-coordinate representation of color #F74A9A: hue angle of 332.25º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74A9A is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB24774154-
CMYK00.700.380.03
HSL332.25º91.53%62.94%-
HSV(B)332.25º70.04%96.86%-
XYZ46.642733.33-
YUV134.85138.81208-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=52%
G=15.58%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477415400.700.380.03332.2591.5362.94
HexF74A9A04626314c5c3f
Octal367112232010646351413477
Binary1111011110010101001101001000110100110111010011001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74A9A; }

 p { color: rgb(247,74,154); }

 H1.HeaderClassName
 {
   color: #F74A9A;
 }
 .AnyTagClassName
 {
   color: #F74A9A;
 }
</style>
background-color css

<style>
 a { background-color: #F74A9A; }

 a { background-color: rgb(247,74,154); }

 div.DivClassName
 {
   background-color: #F74A9A;
 }
 .BgClassName
 {
   background-color: #F74A9A;
 }
</style>
border-color css

<style>
 span { border-color: #F74A9A; }

 span { border-color: rgb(247,74,154); }

 td.TdClassName
 {
   border-color: #F74A9A;
 }
 .TagClassName
 {
   border-color: #F74A9A;
 }
</style>