Html Css Color HEX #F9499C Brilliant Rose

📋 copy color: '#F9499C'

red 249 ◦ green 73 ◦ blue 156

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

Shades of Brilliant Rose #F9499C

Tints of Brilliant Rose #F9499C

RGB

 RED value IS 249 (97.66% from 255) = 52.09%

 GREEN value IS 73 (28.91% from 255) = 15.27%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 52.09%
G = 15.27%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9499C (or 0xF9499C) is known color: Brilliant Rose. HEX triplet: F9, 49 and 9C. RGB value is (249,73,156). Sum of RGB (Red+Green+Blue) = 249+73+156=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9499C is #06B663. Grayscale: #868686. Windows color (decimal): -439908 or 10242553. OLE color: 10242553.

HSL color Cylindrical-coordinate representation of color #F9499C: hue angle of 331.7º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9499C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 156 -
CMYK 0 0.71 0.37 0.02
HSL 331.7º 0.94% 0.63% -
HSV(B) 331.7º 0.71% 0.98% -
XYZ 47.45 27.31 34.22 -
YUV 135.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 249 73 156 0 0.71 0.37 0.02 331.7 0.94 0.63
Hex F9 49 9C 0 47 25 2 14C 5E 3F
Octal 371 111 234 0 107 45 2 514 136 77
Binary 11111001 1001001 10011100 0 1000111 100101 10 101001100 1011110 111111

Color Harmonies of #F9499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9499C

Black with #F9499C

Text Example


Text Example

White with #F9499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9499C; }

 p { color: rgb(249,73,156); }

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

background-color css

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

 a { background-color: rgb(249,73,156); }

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

border-color css

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

 span { border-color: rgb(249,73,156); }

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