Html Css Color HEX #F9499B Brilliant Rose

📋 copy color: '#F9499B'

red 249 ◦ green 73 ◦ blue 155

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

Shades of Brilliant Rose #F9499B

Tints of Brilliant Rose #F9499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.49%

R = 52.2%
G = 15.3%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9499B (or 0xF9499B) is known color: Brilliant Rose. HEX triplet: F9, 49 and 9B. RGB value is (249,73,155). Sum of RGB (Red+Green+Blue) = 249+73+155=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F9499B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9499B is #06B664. Grayscale: #868686. Windows color (decimal): -439909 or 10177017. OLE color: 10177017.

HSL color Cylindrical-coordinate representation of color #F9499B: hue angle of 332.05º 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 #F9499B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 155 -
CMYK 0 0.71 0.38 0.02
HSL 332.05º 0.94% 0.63% -
HSV(B) 332.05º 0.71% 0.98% -
XYZ 47.37 27.27 33.78 -
YUV 134.97 139.31 209.33 -
System Red Green Blue C M Y K H S L
Decimal 249 73 155 0 0.71 0.38 0.02 332.05 0.94 0.63
Hex F9 49 9B 0 47 26 2 14C 5E 3F
Octal 371 111 233 0 107 46 2 514 136 77
Binary 11111001 1001001 10011011 0 1000111 100110 10 101001100 1011110 111111

Color Harmonies of #F9499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9499B

Black with #F9499B

Text Example


Text Example

White with #F9499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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