Html Css Color HEX #F00488 Deep Pink

📋 copy color: '#F00488'

red 240 ◦ green 4 ◦ blue 136

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

Shades of Deep Pink #F00488

Tints of Deep Pink #F00488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 63.16%
G = 1.05%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F00488 (or 0xF00488) is known color: Deep Pink. HEX triplet: F0, 04 and 88. RGB value is (240,4,136). Sum of RGB (Red+Green+Blue) = 240+4+136=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F00488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00488 is #0FFB77. Grayscale: #595959. Windows color (decimal): -1047416 or 8914160. OLE color: 8914160.

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

Color convert

RGB 240 4 136 -
CMYK 0 0.98 0.43 0.06
HSL 326.44º 0.97% 0.48% -
HSV(B) 326.44º 0.98% 0.94% -
XYZ 40.42 20.39 25.1 -
YUV 89.61 154.19 235.27 -
System Red Green Blue C M Y K H S L
Decimal 240 4 136 0 0.98 0.43 0.06 326.44 0.97 0.48
Hex F0 4 88 0 62 2B 6 146 61 30
Octal 360 4 210 0 142 53 6 506 141 60
Binary 11110000 100 10001000 0 1100010 101011 110 101000110 1100001 110000

Color Harmonies of #F00488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00488

Black with #F00488

Text Example


Text Example

White with #F00488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00488; }

 p { color: rgb(240,4,136); }

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

background-color css

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

 a { background-color: rgb(240,4,136); }

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

border-color css

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

 span { border-color: rgb(240,4,136); }

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