Html Css Color HEX #F4029B Hollywood Cerise

📋 copy color: '#F4029B'

red 244 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #F4029B

Tints of Hollywood Cerise #F4029B

RGB

 RED value IS 244 (95.7% from 255) = 60.85%

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

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

R = 60.85%
G = 0.5%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4029B (or 0xF4029B) is known color: Hollywood Cerise. HEX triplet: F4, 02 and 9B. RGB value is (244,2,155). Sum of RGB (Red+Green+Blue) = 244+2+155=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4029B is #0BFD64. Grayscale: #5B5B5B. Windows color (decimal): -785765 or 10158836. OLE color: 10158836.

HSL color Cylindrical-coordinate representation of color #F4029B: hue angle of 322.07º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4029B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 2 155 -
CMYK 0 0.99 0.36 0.04
HSL 322.07º 0.98% 0.48% -
HSV(B) 322.07º 0.99% 0.96% -
XYZ 43.25 21.64 32.91 -
YUV 91.8 163.67 236.56 -
System Red Green Blue C M Y K H S L
Decimal 244 2 155 0 0.99 0.36 0.04 322.07 0.98 0.48
Hex F4 2 9B 0 63 24 4 142 62 30
Octal 364 2 233 0 143 44 4 502 142 60
Binary 11110100 10 10011011 0 1100011 100100 100 101000010 1100010 110000

Color Harmonies of #F4029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4029B

Black with #F4029B

Text Example


Text Example

White with #F4029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4029B; }

 p { color: rgb(244,2,155); }

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

background-color css

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

 a { background-color: rgb(244,2,155); }

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

border-color css

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

 span { border-color: rgb(244,2,155); }

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