Html Css Color HEX #F8248D Deep Pink

📋 copy color: '#F8248D'

red 248 ◦ green 36 ◦ blue 141

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

Shades of Deep Pink #F8248D

Tints of Deep Pink #F8248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.47%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 58.35%
G = 8.47%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8248D (or 0xF8248D) is known color: Deep Pink. HEX triplet: F8, 24 and 8D. RGB value is (248,36,141). Sum of RGB (Red+Green+Blue) = 248+36+141=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8248D is #07DB72. Grayscale: #6F6F6F. Windows color (decimal): -514931 or 9250040. OLE color: 9250040.

HSL color Cylindrical-coordinate representation of color #F8248D: hue angle of 330.28º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8248D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 36 141 -
CMYK 0 0.85 0.43 0.03
HSL 330.28º 0.94% 0.56% -
HSV(B) 330.28º 0.85% 0.97% -
XYZ 44.15 23.14 27.34 -
YUV 111.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 248 36 141 0 0.85 0.43 0.03 330.28 0.94 0.56
Hex F8 24 8D 0 55 2B 3 14A 5E 38
Octal 370 44 215 0 125 53 3 512 136 70
Binary 11111000 100100 10001101 0 1010101 101011 11 101001010 1011110 111000

Color Harmonies of #F8248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8248D

Black with #F8248D

Text Example


Text Example

White with #F8248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8248D; }

 p { color: rgb(248,36,141); }

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

background-color css

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

 a { background-color: rgb(248,36,141); }

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

border-color css

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

 span { border-color: rgb(248,36,141); }

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