Html Css Color HEX #F8248F Deep Pink

📋 copy color: '#F8248F'

red 248 ◦ green 36 ◦ blue 143

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

Shades of Deep Pink #F8248F

Tints of Deep Pink #F8248F

RGB

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

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

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

R = 58.08%
G = 8.43%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8248F (or 0xF8248F) is known color: Deep Pink. HEX triplet: F8, 24 and 8F. RGB value is (248,36,143). Sum of RGB (Red+Green+Blue) = 248+36+143=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8248F is #07DB70. Grayscale: #6F6F6F. Windows color (decimal): -514929 or 9381112. OLE color: 9381112.

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

Color convert

RGB 248 36 143 -
CMYK 0 0.85 0.42 0.03
HSL 329.72º 0.94% 0.56% -
HSV(B) 329.72º 0.85% 0.97% -
XYZ 44.3 23.2 28.13 -
YUV 111.59 145.74 225.3 -
System Red Green Blue C M Y K H S L
Decimal 248 36 143 0 0.85 0.42 0.03 329.72 0.94 0.56
Hex F8 24 8F 0 55 2A 3 14A 5E 38
Octal 370 44 217 0 125 52 3 512 136 70
Binary 11111000 100100 10001111 0 1010101 101010 11 101001010 1011110 111000

Color Harmonies of #F8248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8248F

Black with #F8248F

Text Example


Text Example

White with #F8248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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