Html Css Color HEX #F8048B Deep Pink

📋 copy color: '#F8048B'

red 248 ◦ green 4 ◦ blue 139

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

Shades of Deep Pink #F8048B

Tints of Deep Pink #F8048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 63.43%
G = 1.02%
B = 35.55%

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

#F8048B (or 0xF8048B) is known color: Deep Pink. HEX triplet: F8, 04 and 8B. RGB value is (248,4,139). Sum of RGB (Red+Green+Blue) = 248+4+139=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8048B is #07FB74. Grayscale: #5C5C5C. Windows color (decimal): -523125 or 9110776. OLE color: 9110776.

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

Color convert

RGB 248 4 139 -
CMYK 0 0.98 0.44 0.03
HSL 326.8º 0.97% 0.49% -
HSV(B) 326.8º 0.98% 0.97% -
XYZ 43.42 21.91 26.37 -
YUV 92.35 154.34 239.02 -
System Red Green Blue C M Y K H S L
Decimal 248 4 139 0 0.98 0.44 0.03 326.8 0.97 0.49
Hex F8 4 8B 0 62 2C 3 147 61 31
Octal 370 4 213 0 142 54 3 507 141 61
Binary 11111000 100 10001011 0 1100010 101100 11 101000111 1100001 110001

Color Harmonies of #F8048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8048B

Black with #F8048B

Text Example


Text Example

White with #F8048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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