Html Css Color HEX #F8187F Deep Pink

📋 copy color: '#F8187F'

red 248 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #F8187F

Tints of Deep Pink #F8187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.02%

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

R = 62.16%
G = 6.02%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8187F (or 0xF8187F) is known color: Deep Pink. HEX triplet: F8, 18 and 7F. RGB value is (248,24,127). Sum of RGB (Red+Green+Blue) = 248+24+127=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F8187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8187F is #07E780. Grayscale: #666666. Windows color (decimal): -518017 or 8329464. OLE color: 8329464.

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

Color convert

RGB 248 24 127 -
CMYK 0 0.90 0.49 0.03
HSL 332.41º 0.94% 0.53% -
HSV(B) 332.41º 0.9% 0.97% -
XYZ 42.87 22.14 22.09 -
YUV 102.72 141.71 231.62 -
System Red Green Blue C M Y K H S L
Decimal 248 24 127 0 0.90 0.49 0.03 332.41 0.94 0.53
Hex F8 18 7F 0 5A 31 3 14C 5E 35
Octal 370 30 177 0 132 61 3 514 136 65
Binary 11111000 11000 1111111 0 1011010 110001 11 101001100 1011110 110101

Color Harmonies of #F8187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8187F

Black with #F8187F

Text Example


Text Example

White with #F8187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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