Html Css Color HEX #F00284 Deep Pink

📋 copy color: '#F00284'

red 240 ◦ green 2 ◦ blue 132

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

Shades of Deep Pink #F00284

Tints of Deep Pink #F00284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 64.17%
G = 0.53%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00284 (or 0xF00284) is known color: Deep Pink. HEX triplet: F0, 02 and 84. RGB value is (240,2,132). Sum of RGB (Red+Green+Blue) = 240+2+132=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F00284 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00284 is #0FFD7B. Grayscale: #575757. Windows color (decimal): -1047932 or 8651504. OLE color: 8651504.

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

Color convert

RGB 240 2 132 -
CMYK 0 0.99 0.45 0.06
HSL 327.23º 0.98% 0.47% -
HSV(B) 327.23º 0.99% 0.94% -
XYZ 40.12 20.23 23.62 -
YUV 87.98 152.85 236.43 -
System Red Green Blue C M Y K H S L
Decimal 240 2 132 0 0.99 0.45 0.06 327.23 0.98 0.47
Hex F0 2 84 0 63 2D 6 147 62 2F
Octal 360 2 204 0 143 55 6 507 142 57
Binary 11110000 10 10000100 0 1100011 101101 110 101000111 1100010 101111

Color Harmonies of #F00284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00284

Black with #F00284

Text Example


Text Example

White with #F00284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00284; }

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

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

background-color css

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

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

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

border-color css

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

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

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