Html Css Color HEX #F74CA2 Brilliant Rose

📋 copy color: '#F74CA2'

red 247 ◦ green 76 ◦ blue 162

#F74CA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F74CA2

Tints of Brilliant Rose #F74CA2

RGB

 RED value IS 247 (96.88% from 255) = 50.93%

 GREEN value IS 76 (30.08% from 255) = 15.67%

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 50.93%
G = 15.67%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F74CA2 (or 0xF74CA2) is known color: Brilliant Rose. HEX triplet: F7, 4C and A2. RGB value is (247,76,162). Sum of RGB (Red+Green+Blue) = 247+76+162=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74CA2 is #08B35D. Grayscale: #888888. Windows color (decimal): -570206 or 10636535. OLE color: 10636535.

HSL color Cylindrical-coordinate representation of color #F74CA2: hue angle of 329.82º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74CA2 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 76 162 -
CMYK 0 0.69 0.34 0.03
HSL 329.82º 0.91% 0.63% -
HSV(B) 329.82º 0.69% 0.97% -
XYZ 47.46 27.55 37 -
YUV 136.93 142.15 206.51 -
System Red Green Blue C M Y K H S L
Decimal 247 76 162 0 0.69 0.34 0.03 329.82 0.91 0.63
Hex F7 4C A2 0 45 22 3 14A 5B 3F
Octal 367 114 242 0 105 42 3 512 133 77
Binary 11110111 1001100 10100010 0 1000101 100010 11 101001010 1011011 111111

Color Harmonies of #F74CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CA2

Black with #F74CA2

Text Example


Text Example

White with #F74CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CA2; }

 p { color: rgb(247,76,162); }

 H1.HeaderClassName
 {
   color: #F74CA2;
 }
 .AnyTagClassName
 {
   color: #F74CA2;
 }
</style>

background-color css

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

 a { background-color: rgb(247,76,162); }

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

border-color css

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

 span { border-color: rgb(247,76,162); }

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