Html Css Color HEX #F0018B Hollywood Cerise

📋 copy color: '#F0018B'

red 240 ◦ green 1 ◦ blue 139

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

Shades of Hollywood Cerise #F0018B

Tints of Hollywood Cerise #F0018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 63.16%
G = 0.26%
B = 36.58%

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

#F0018B (or 0xF0018B) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 8B. RGB value is (240,1,139). Sum of RGB (Red+Green+Blue) = 240+1+139=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0018B is #0FFE74. Grayscale: #575757. Windows color (decimal): -1048181 or 9110000. OLE color: 9110000.

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

Color convert

RGB 240 1 139 -
CMYK 0 1.00 0.42 0.06
HSL 325.36º 0.99% 0.47% -
HSV(B) 325.36º 1% 0.94% -
XYZ 40.61 20.41 26.23 -
YUV 88.19 156.68 236.28 -
System Red Green Blue C M Y K H S L
Decimal 240 1 139 0 1.00 0.42 0.06 325.36 0.99 0.47
Hex F0 1 8B 0 64 2A 6 145 63 2F
Octal 360 1 213 0 144 52 6 505 143 57
Binary 11110000 1 10001011 0 1100100 101010 110 101000101 1100011 101111

Color Harmonies of #F0018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0018B

Black with #F0018B

Text Example


Text Example

White with #F0018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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