Html Css Color HEX #F0018A Hollywood Cerise

📋 copy color: '#F0018A'

red 240 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #F0018A

Tints of Hollywood Cerise #F0018A

RGB

 RED value IS 240 (94.14% from 255) = 63.32%

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

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

R = 63.32%
G = 0.26%
B = 36.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0018A (or 0xF0018A) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 8A. RGB value is (240,1,138). Sum of RGB (Red+Green+Blue) = 240+1+138=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0018A is #0FFE75. Grayscale: #575757. Windows color (decimal): -1048182 or 9044464. OLE color: 9044464.

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

Color convert

RGB 240 1 138 -
CMYK 0 1.00 0.42 0.06
HSL 325.61º 0.99% 0.47% -
HSV(B) 325.61º 1% 0.94% -
XYZ 40.53 20.38 25.84 -
YUV 88.08 156.18 236.36 -
System Red Green Blue C M Y K H S L
Decimal 240 1 138 0 1.00 0.42 0.06 325.61 0.99 0.47
Hex F0 1 8A 0 64 2A 6 146 63 2F
Octal 360 1 212 0 144 52 6 506 143 57
Binary 11110000 1 10001010 0 1100100 101010 110 101000110 1100011 101111

Color Harmonies of #F0018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0018A

Black with #F0018A

Text Example


Text Example

White with #F0018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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