Html Css Color HEX #F8048C Deep Pink

📋 copy color: '#F8048C'

red 248 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #F8048C

Tints of Deep Pink #F8048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 63.27%
G = 1.02%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8048C (or 0xF8048C) is known color: Deep Pink. HEX triplet: F8, 04 and 8C. RGB value is (248,4,140). Sum of RGB (Red+Green+Blue) = 248+4+140=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8048C is #07FB73. Grayscale: #5C5C5C. Windows color (decimal): -523124 or 9176312. OLE color: 9176312.

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

Color convert

RGB 248 4 140 -
CMYK 0 0.98 0.44 0.03
HSL 326.56º 0.97% 0.49% -
HSV(B) 326.56º 0.98% 0.97% -
XYZ 43.49 21.94 26.75 -
YUV 92.46 154.84 238.94 -
System Red Green Blue C M Y K H S L
Decimal 248 4 140 0 0.98 0.44 0.03 326.56 0.97 0.49
Hex F8 4 8C 0 62 2C 3 147 61 31
Octal 370 4 214 0 142 54 3 507 141 61
Binary 11111000 100 10001100 0 1100010 101100 11 101000111 1100001 110001

Color Harmonies of #F8048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8048C

Black with #F8048C

Text Example


Text Example

White with #F8048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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