Html Css Color HEX #F2018A Hollywood Cerise

📋 copy color: '#F2018A'

red 242 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #F2018A

Tints of Hollywood Cerise #F2018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 63.52%
G = 0.26%
B = 36.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2018A (or 0xF2018A) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 8A. RGB value is (242,1,138). Sum of RGB (Red+Green+Blue) = 242+1+138=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F2018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2018A is #0DFE75. Grayscale: #585858. Windows color (decimal): -917110 or 9044466. OLE color: 9044466.

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

Color convert

RGB 242 1 138 -
CMYK 0 1.00 0.43 0.05
HSL 325.89º 0.99% 0.48% -
HSV(B) 325.89º 1% 0.95% -
XYZ 41.22 20.73 25.87 -
YUV 88.68 155.84 237.36 -
System Red Green Blue C M Y K H S L
Decimal 242 1 138 0 1.00 0.43 0.05 325.89 0.99 0.48
Hex F2 1 8A 0 64 2B 5 146 63 30
Octal 362 1 212 0 144 53 5 506 143 60
Binary 11110010 1 10001010 0 1100100 101011 101 101000110 1100011 110000

Color Harmonies of #F2018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2018A

Black with #F2018A

Text Example


Text Example

White with #F2018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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