Html Css Color HEX #F8028E Deep Pink

📋 copy color: '#F8028E'

red 248 ◦ green 2 ◦ blue 142

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

Shades of Deep Pink #F8028E

Tints of Deep Pink #F8028E

RGB

 RED value IS 248 (97.27% from 255) = 63.27%

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

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 63.27%
G = 0.51%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8028E (or 0xF8028E) is known color: Deep Pink. HEX triplet: F8, 02 and 8E. RGB value is (248,2,142). Sum of RGB (Red+Green+Blue) = 248+2+142=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8028E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8028E is #07FD71. Grayscale: #5B5B5B. Windows color (decimal): -523634 or 9306872. OLE color: 9306872.

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

Color convert

RGB 248 2 142 -
CMYK 0 0.99 0.43 0.03
HSL 325.85º 0.98% 0.49% -
HSV(B) 325.85º 0.99% 0.97% -
XYZ 43.62 21.95 27.53 -
YUV 91.51 156.5 239.62 -
System Red Green Blue C M Y K H S L
Decimal 248 2 142 0 0.99 0.43 0.03 325.85 0.98 0.49
Hex F8 2 8E 0 63 2B 3 146 62 31
Octal 370 2 216 0 143 53 3 506 142 61
Binary 11111000 10 10001110 0 1100011 101011 11 101000110 1100010 110001

Color Harmonies of #F8028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8028E

Black with #F8028E

Text Example


Text Example

White with #F8028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8028E; }

 p { color: rgb(248,2,142); }

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

background-color css

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

 a { background-color: rgb(248,2,142); }

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

border-color css

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

 span { border-color: rgb(248,2,142); }

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