Html Css Color HEX #F9469C Brilliant Rose

📋 copy color: '#F9469C'

red 249 ◦ green 70 ◦ blue 156

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

Shades of Brilliant Rose #F9469C

Tints of Brilliant Rose #F9469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.74%

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

R = 52.42%
G = 14.74%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9469C (or 0xF9469C) is known color: Brilliant Rose. HEX triplet: F9, 46 and 9C. RGB value is (249,70,156). Sum of RGB (Red+Green+Blue) = 249+70+156=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9469C is #06B963. Grayscale: #858585. Windows color (decimal): -440676 or 10241785. OLE color: 10241785.

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

Color convert

RGB 249 70 156 -
CMYK 0 0.72 0.37 0.02
HSL 331.17º 0.94% 0.63% -
HSV(B) 331.17º 0.72% 0.98% -
XYZ 47.26 26.92 34.16 -
YUV 133.33 140.8 210.51 -
System Red Green Blue C M Y K H S L
Decimal 249 70 156 0 0.72 0.37 0.02 331.17 0.94 0.63
Hex F9 46 9C 0 48 25 2 14B 5E 3F
Octal 371 106 234 0 110 45 2 513 136 77
Binary 11111001 1000110 10011100 0 1001000 100101 10 101001011 1011110 111111

Color Harmonies of #F9469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9469C

Black with #F9469C

Text Example


Text Example

White with #F9469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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