Html Css Color HEX #F0008D Hollywood Cerise

📋 copy color: '#F0008D'

red 240 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #F0008D

Tints of Hollywood Cerise #F0008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 62.99%
G = 0%
B = 37.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0008D (or 0xF0008D) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 8D. RGB value is (240,0,141). Sum of RGB (Red+Green+Blue) = 240+0+141=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0008D is #0FFF72. Grayscale: #575757. Windows color (decimal): -1048435 or 9240816. OLE color: 9240816.

HSL color Cylindrical-coordinate representation of color #F0008D: hue angle of 324.75º 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 #F0008D is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 141 -
CMYK 0 1 0.41 0.06
HSL 324.75º 1% 0.47% -
HSV(B) 324.75º 1% 0.94% -
XYZ 40.74 20.45 27 -
YUV 87.83 158.01 236.54 -
System Red Green Blue C M Y K H S L
Decimal 240 0 141 0 1 0.41 0.06 324.75 1 0.47
Hex F0 0 8D 0 64 29 6 145 64 2F
Octal 360 0 215 0 144 51 6 505 144 57
Binary 11110000 0 10001101 0 1100100 101001 110 101000101 1100100 101111

Color Harmonies of #F0008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0008D

Black with #F0008D

Text Example


Text Example

White with #F0008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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