Html Css Color HEX #F0008F Hollywood Cerise

📋 copy color: '#F0008F'

red 240 ◦ green 0 ◦ blue 143

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

Shades of Hollywood Cerise #F0008F

Tints of Hollywood Cerise #F0008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.66%
G = 0%
B = 37.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0008F (or 0xF0008F) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 8F. RGB value is (240,0,143). Sum of RGB (Red+Green+Blue) = 240+0+143=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0008F is #0FFF70. Grayscale: #575757. Windows color (decimal): -1048433 or 9371888. OLE color: 9371888.

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

Color convert

RGB 240 0 143 -
CMYK 0 1 0.40 0.06
HSL 324.25º 1% 0.47% -
HSV(B) 324.25º 1% 0.94% -
XYZ 40.89 20.51 27.79 -
YUV 88.06 159.01 236.37 -
System Red Green Blue C M Y K H S L
Decimal 240 0 143 0 1 0.40 0.06 324.25 1 0.47
Hex F0 0 8F 0 64 28 6 144 64 2F
Octal 360 0 217 0 144 50 6 504 144 57
Binary 11110000 0 10001111 0 1100100 101000 110 101000100 1100100 101111

Color Harmonies of #F0008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0008F

Black with #F0008F

Text Example


Text Example

White with #F0008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0008F; }

 p { color: rgb(240,0,143); }

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

background-color css

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

 a { background-color: rgb(240,0,143); }

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

border-color css

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

 span { border-color: rgb(240,0,143); }

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