Html Css Color HEX #F00280 Deep Pink

📋 copy color: '#F00280'

red 240 ◦ green 2 ◦ blue 128

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

Shades of Deep Pink #F00280

Tints of Deep Pink #F00280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 64.86%
G = 0.54%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F00280 (or 0xF00280) is known color: Deep Pink. HEX triplet: F0, 02 and 80. RGB value is (240,2,128). Sum of RGB (Red+Green+Blue) = 240+2+128=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F00280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00280 is #0FFD7F. Grayscale: #575757. Windows color (decimal): -1047936 or 8389360. OLE color: 8389360.

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

Color convert

RGB 240 2 128 -
CMYK 0 0.99 0.47 0.06
HSL 328.24º 0.98% 0.47% -
HSV(B) 328.24º 0.99% 0.94% -
XYZ 39.85 20.13 22.21 -
YUV 87.53 150.85 236.75 -
System Red Green Blue C M Y K H S L
Decimal 240 2 128 0 0.99 0.47 0.06 328.24 0.98 0.47
Hex F0 2 80 0 63 2F 6 148 62 2F
Octal 360 2 200 0 143 57 6 510 142 57
Binary 11110000 10 10000000 0 1100011 101111 110 101001000 1100010 101111

Color Harmonies of #F00280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00280

Black with #F00280

Text Example


Text Example

White with #F00280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00280; }

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

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

background-color css

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

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

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

border-color css

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

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

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