Html Css Color HEX #F2018C Hollywood Cerise

📋 copy color: '#F2018C'

red 242 ◦ green 1 ◦ blue 140

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

Shades of Hollywood Cerise #F2018C

Tints of Hollywood Cerise #F2018C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 63.19%
G = 0.26%
B = 36.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2018C (or 0xF2018C) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 8C. RGB value is (242,1,140). Sum of RGB (Red+Green+Blue) = 242+1+140=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2018C is #0DFE73. Grayscale: #585858. Windows color (decimal): -917108 or 9175538. OLE color: 9175538.

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

Color convert

RGB 242 1 140 -
CMYK 0 1.00 0.42 0.05
HSL 325.39º 0.99% 0.48% -
HSV(B) 325.39º 1% 0.95% -
XYZ 41.36 20.79 26.64 -
YUV 88.91 156.84 237.2 -
System Red Green Blue C M Y K H S L
Decimal 242 1 140 0 1.00 0.42 0.05 325.39 0.99 0.48
Hex F2 1 8C 0 64 2A 5 145 63 30
Octal 362 1 214 0 144 52 5 505 143 60
Binary 11110010 1 10001100 0 1100100 101010 101 101000101 1100011 110000

Color Harmonies of #F2018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2018C

Black with #F2018C

Text Example


Text Example

White with #F2018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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