Html Css Color HEX #F0028A Hollywood Cerise

📋 copy color: '#F0028A'

red 240 ◦ green 2 ◦ blue 138

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

Shades of Hollywood Cerise #F0028A

Tints of Hollywood Cerise #F0028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 63.16%
G = 0.53%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0028A (or 0xF0028A) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 8A. RGB value is (240,2,138). Sum of RGB (Red+Green+Blue) = 240+2+138=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0028A is #0FFD75. Grayscale: #585858. Windows color (decimal): -1047926 or 9044720. OLE color: 9044720.

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

Color convert

RGB 240 2 138 -
CMYK 0 0.99 0.42 0.06
HSL 325.71º 0.98% 0.47% -
HSV(B) 325.71º 0.99% 0.94% -
XYZ 40.54 20.4 25.85 -
YUV 88.67 155.85 235.94 -
System Red Green Blue C M Y K H S L
Decimal 240 2 138 0 0.99 0.42 0.06 325.71 0.98 0.47
Hex F0 2 8A 0 63 2A 6 146 62 2F
Octal 360 2 212 0 143 52 6 506 142 57
Binary 11110000 10 10001010 0 1100011 101010 110 101000110 1100010 101111

Color Harmonies of #F0028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0028A

Black with #F0028A

Text Example


Text Example

White with #F0028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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