Html Css Color HEX #F9059B Hollywood Cerise

📋 copy color: '#F9059B'

red 249 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #F9059B

Tints of Hollywood Cerise #F9059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 60.88%
G = 1.22%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9059B (or 0xF9059B) is known color: Hollywood Cerise. HEX triplet: F9, 05 and 9B. RGB value is (249,5,155). Sum of RGB (Red+Green+Blue) = 249+5+155=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9059B is #06FA64. Grayscale: #5E5E5E. Windows color (decimal): -457317 or 10159609. OLE color: 10159609.

HSL color Cylindrical-coordinate representation of color #F9059B: hue angle of 323.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9059B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 5 155 -
CMYK 0 0.98 0.38 0.02
HSL 323.11º 0.96% 0.5% -
HSV(B) 323.11º 0.98% 0.98% -
XYZ 45.04 22.61 33 -
YUV 95.06 161.84 237.8 -
System Red Green Blue C M Y K H S L
Decimal 249 5 155 0 0.98 0.38 0.02 323.11 0.96 0.5
Hex F9 5 9B 0 62 26 2 143 60 32
Octal 371 5 233 0 142 46 2 503 140 62
Binary 11111001 101 10011011 0 1100010 100110 10 101000011 1100000 110010

Color Harmonies of #F9059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9059B

Black with #F9059B

Text Example


Text Example

White with #F9059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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