Html Css Color HEX #F2028F Hollywood Cerise

📋 copy color: '#F2028F'

red 242 ◦ green 2 ◦ blue 143

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

Shades of Hollywood Cerise #F2028F

Tints of Hollywood Cerise #F2028F

RGB

 RED value IS 242 (94.92% from 255) = 62.53%

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 62.53%
G = 0.52%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2028F (or 0xF2028F) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 8F. RGB value is (242,2,143). Sum of RGB (Red+Green+Blue) = 242+2+143=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2028F is #0DFD70. Grayscale: #595959. Windows color (decimal): -916849 or 9372402. OLE color: 9372402.

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

Color convert

RGB 242 2 143 -
CMYK 0 0.99 0.41 0.05
HSL 324.75º 0.98% 0.48% -
HSV(B) 324.75º 0.99% 0.95% -
XYZ 41.6 20.9 27.83 -
YUV 89.83 158.01 236.54 -
System Red Green Blue C M Y K H S L
Decimal 242 2 143 0 0.99 0.41 0.05 324.75 0.98 0.48
Hex F2 2 8F 0 63 29 5 145 62 30
Octal 362 2 217 0 143 51 5 505 142 60
Binary 11110010 10 10001111 0 1100011 101001 101 101000101 1100010 110000

Color Harmonies of #F2028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2028F

Black with #F2028F

Text Example


Text Example

White with #F2028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2028F; }

 p { color: rgb(242,2,143); }

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

background-color css

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

 a { background-color: rgb(242,2,143); }

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

border-color css

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

 span { border-color: rgb(242,2,143); }

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