Html Css Color HEX #F8117F Deep Pink

📋 copy color: '#F8117F'

red 248 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #F8117F

Tints of Deep Pink #F8117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

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

R = 63.27%
G = 4.34%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8117F (or 0xF8117F) is known color: Deep Pink. HEX triplet: F8, 11 and 7F. RGB value is (248,17,127). Sum of RGB (Red+Green+Blue) = 248+17+127=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8117F is #07EE80. Grayscale: #626262. Windows color (decimal): -519809 or 8327672. OLE color: 8327672.

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

Color convert

RGB 248 17 127 -
CMYK 0 0.93 0.49 0.03
HSL 331.43º 0.94% 0.52% -
HSV(B) 331.43º 0.93% 0.97% -
XYZ 42.74 21.89 22.05 -
YUV 98.61 144.03 234.56 -
System Red Green Blue C M Y K H S L
Decimal 248 17 127 0 0.93 0.49 0.03 331.43 0.94 0.52
Hex F8 11 7F 0 5D 31 3 14B 5E 34
Octal 370 21 177 0 135 61 3 513 136 64
Binary 11111000 10001 1111111 0 1011101 110001 11 101001011 1011110 110100

Color Harmonies of #F8117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8117F

Black with #F8117F

Text Example


Text Example

White with #F8117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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