Html Css Color HEX #F9029D Hollywood Cerise

📋 copy color: '#F9029D'

red 249 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #F9029D

Tints of Hollywood Cerise #F9029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 61.03%
G = 0.49%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9029D (or 0xF9029D) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 9D. RGB value is (249,2,157). Sum of RGB (Red+Green+Blue) = 249+2+157=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9029D is #06FD62. Grayscale: #5D5D5D. Windows color (decimal): -458083 or 10289913. OLE color: 10289913.

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

Color convert

RGB 249 2 157 -
CMYK 0 0.99 0.37 0.02
HSL 322.35º 0.98% 0.49% -
HSV(B) 322.35º 0.99% 0.98% -
XYZ 45.17 22.62 33.88 -
YUV 93.52 163.83 238.9 -
System Red Green Blue C M Y K H S L
Decimal 249 2 157 0 0.99 0.37 0.02 322.35 0.98 0.49
Hex F9 2 9D 0 63 25 2 142 62 31
Octal 371 2 235 0 143 45 2 502 142 61
Binary 11111001 10 10011101 0 1100011 100101 10 101000010 1100010 110001

Color Harmonies of #F9029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9029D

Black with #F9029D

Text Example


Text Example

White with #F9029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9029D; }

 p { color: rgb(249,2,157); }

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

background-color css

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

 a { background-color: rgb(249,2,157); }

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

border-color css

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

 span { border-color: rgb(249,2,157); }

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