Html Css Color HEX #F8008C Deep Pink

📋 copy color: '#F8008C'

red 248 ◦ green 0 ◦ blue 140

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

Shades of Deep Pink #F8008C

Tints of Deep Pink #F8008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.92%
G = 0%
B = 36.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8008C (or 0xF8008C) is known color: Deep Pink. HEX triplet: F8, 00 and 8C. RGB value is (248,0,140). Sum of RGB (Red+Green+Blue) = 248+0+140=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F8008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8008C is #07FF73. Grayscale: #595959. Windows color (decimal): -524148 or 9175288. OLE color: 9175288.

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

Color convert

RGB 248 0 140 -
CMYK 0 1 0.44 0.03
HSL 326.13º 1% 0.49% -
HSV(B) 326.13º 1% 0.97% -
XYZ 43.45 21.85 26.74 -
YUV 90.11 156.16 240.62 -
System Red Green Blue C M Y K H S L
Decimal 248 0 140 0 1 0.44 0.03 326.13 1 0.49
Hex F8 0 8C 0 64 2C 3 146 64 31
Octal 370 0 214 0 144 54 3 506 144 61
Binary 11111000 0 10001100 0 1100100 101100 11 101000110 1100100 110001

Color Harmonies of #F8008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8008C

Black with #F8008C

Text Example


Text Example

White with #F8008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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