Html Css Color HEX #F2038C Hollywood Cerise

📋 copy color: '#F2038C'

red 242 ◦ green 3 ◦ blue 140

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

Shades of Hollywood Cerise #F2038C

Tints of Hollywood Cerise #F2038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 62.86%
G = 0.78%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2038C (or 0xF2038C) is known color: Hollywood Cerise. HEX triplet: F2, 03 and 8C. RGB value is (242,3,140). Sum of RGB (Red+Green+Blue) = 242+3+140=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2038C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2038C is #0DFC73. Grayscale: #595959. Windows color (decimal): -916596 or 9176050. OLE color: 9176050.

HSL color Cylindrical-coordinate representation of color #F2038C: hue angle of 325.61º 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 #F2038C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 3 140 -
CMYK 0 0.99 0.42 0.05
HSL 325.61º 0.98% 0.48% -
HSV(B) 325.61º 0.99% 0.95% -
XYZ 41.38 20.84 26.65 -
YUV 90.08 156.18 236.36 -
System Red Green Blue C M Y K H S L
Decimal 242 3 140 0 0.99 0.42 0.05 325.61 0.98 0.48
Hex F2 3 8C 0 63 2A 5 146 62 30
Octal 362 3 214 0 143 52 5 506 142 60
Binary 11110010 11 10001100 0 1100011 101010 101 101000110 1100010 110000

Color Harmonies of #F2038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2038C

Black with #F2038C

Text Example


Text Example

White with #F2038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2038C; }

 p { color: rgb(242,3,140); }

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

background-color css

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

 a { background-color: rgb(242,3,140); }

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

border-color css

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

 span { border-color: rgb(242,3,140); }

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