Html Css Color HEX #F8028C Deep Pink

📋 copy color: '#F8028C'

red 248 ◦ green 2 ◦ blue 140

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

Shades of Deep Pink #F8028C

Tints of Deep Pink #F8028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 63.59%
G = 0.51%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8028C (or 0xF8028C) is known color: Deep Pink. HEX triplet: F8, 02 and 8C. RGB value is (248,2,140). Sum of RGB (Red+Green+Blue) = 248+2+140=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F8028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8028C is #07FD73. Grayscale: #5A5A5A. Windows color (decimal): -523636 or 9175800. OLE color: 9175800.

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

Color convert

RGB 248 2 140 -
CMYK 0 0.99 0.44 0.03
HSL 326.34º 0.98% 0.49% -
HSV(B) 326.34º 0.99% 0.97% -
XYZ 43.47 21.89 26.75 -
YUV 91.29 155.5 239.78 -
System Red Green Blue C M Y K H S L
Decimal 248 2 140 0 0.99 0.44 0.03 326.34 0.98 0.49
Hex F8 2 8C 0 63 2C 3 146 62 31
Octal 370 2 214 0 143 54 3 506 142 61
Binary 11111000 10 10001100 0 1100011 101100 11 101000110 1100010 110001

Color Harmonies of #F8028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8028C

Black with #F8028C

Text Example


Text Example

White with #F8028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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