Html Css Color HEX #F9609C Brilliant Rose

📋 copy color: '#F9609C'

red 249 ◦ green 96 ◦ blue 156

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

Shades of Brilliant Rose #F9609C

Tints of Brilliant Rose #F9609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.16%

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

R = 49.7%
G = 19.16%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9609C (or 0xF9609C) is known color: Brilliant Rose. HEX triplet: F9, 60 and 9C. RGB value is (249,96,156). Sum of RGB (Red+Green+Blue) = 249+96+156=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9609C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9609C is #069F63. Grayscale: #949494. Windows color (decimal): -434020 or 10248441. OLE color: 10248441.

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

Color convert

RGB 249 96 156 -
CMYK 0 0.61 0.37 0.02
HSL 336.47º 0.93% 0.68% -
HSV(B) 336.47º 0.61% 0.98% -
XYZ 49.25 30.91 34.82 -
YUV 148.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 249 96 156 0 0.61 0.37 0.02 336.47 0.93 0.68
Hex F9 60 9C 0 3D 25 2 150 5D 44
Octal 371 140 234 0 75 45 2 520 135 104
Binary 11111001 1100000 10011100 0 111101 100101 10 101010000 1011101 1000100

Color Harmonies of #F9609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9609C

Black with #F9609C

Text Example


Text Example

White with #F9609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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