Html Css Color HEX #F8247F Deep Pink

📋 copy color: '#F8247F'

red 248 ◦ green 36 ◦ blue 127

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

Shades of Deep Pink #F8247F

Tints of Deep Pink #F8247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.9%

R = 60.34%
G = 8.76%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8247F (or 0xF8247F) is known color: Deep Pink. HEX triplet: F8, 24 and 7F. RGB value is (248,36,127). Sum of RGB (Red+Green+Blue) = 248+36+127=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8247F is #07DB80. Grayscale: #6D6D6D. Windows color (decimal): -514945 or 8332536. OLE color: 8332536.

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

Color convert

RGB 248 36 127 -
CMYK 0 0.85 0.49 0.03
HSL 334.25º 0.94% 0.56% -
HSV(B) 334.25º 0.85% 0.97% -
XYZ 43.17 22.75 22.19 -
YUV 109.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 248 36 127 0 0.85 0.49 0.03 334.25 0.94 0.56
Hex F8 24 7F 0 55 31 3 14E 5E 38
Octal 370 44 177 0 125 61 3 516 136 70
Binary 11111000 100100 1111111 0 1010101 110001 11 101001110 1011110 111000

Color Harmonies of #F8247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8247F

Black with #F8247F

Text Example


Text Example

White with #F8247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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