Html Css Color HEX #F8048F Deep Pink

📋 copy color: '#F8048F'

red 248 ◦ green 4 ◦ blue 143

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

Shades of Deep Pink #F8048F

Tints of Deep Pink #F8048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 62.78%
G = 1.01%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8048F (or 0xF8048F) is known color: Deep Pink. HEX triplet: F8, 04 and 8F. RGB value is (248,4,143). Sum of RGB (Red+Green+Blue) = 248+4+143=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F8048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8048F is #07FB70. Grayscale: #5C5C5C. Windows color (decimal): -523121 or 9372920. OLE color: 9372920.

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

Color convert

RGB 248 4 143 -
CMYK 0 0.98 0.42 0.03
HSL 325.82º 0.97% 0.49% -
HSV(B) 325.82º 0.98% 0.97% -
XYZ 43.71 22.03 27.93 -
YUV 92.8 156.34 238.7 -
System Red Green Blue C M Y K H S L
Decimal 248 4 143 0 0.98 0.42 0.03 325.82 0.97 0.49
Hex F8 4 8F 0 62 2A 3 146 61 31
Octal 370 4 217 0 142 52 3 506 141 61
Binary 11111000 100 10001111 0 1100010 101010 11 101000110 1100001 110001

Color Harmonies of #F8048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8048F

Black with #F8048F

Text Example


Text Example

White with #F8048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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