Html Css Color HEX #F8187C Deep Pink

📋 copy color: '#F8187C'

red 248 ◦ green 24 ◦ blue 124

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

Shades of Deep Pink #F8187C

Tints of Deep Pink #F8187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 62.63%
G = 6.06%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8187C (or 0xF8187C) is known color: Deep Pink. HEX triplet: F8, 18 and 7C. RGB value is (248,24,124). Sum of RGB (Red+Green+Blue) = 248+24+124=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8187C is #07E783. Grayscale: #666666. Windows color (decimal): -518020 or 8132856. OLE color: 8132856.

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

Color convert

RGB 248 24 124 -
CMYK 0 0.90 0.5 0.03
HSL 333.21º 0.94% 0.53% -
HSV(B) 333.21º 0.9% 0.97% -
XYZ 42.68 22.06 21.08 -
YUV 102.38 140.21 231.87 -
System Red Green Blue C M Y K H S L
Decimal 248 24 124 0 0.90 0.5 0.03 333.21 0.94 0.53
Hex F8 18 7C 0 5A 32 3 14D 5E 35
Octal 370 30 174 0 132 62 3 515 136 65
Binary 11111000 11000 1111100 0 1011010 110010 11 101001101 1011110 110101

Color Harmonies of #F8187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8187C

Black with #F8187C

Text Example


Text Example

White with #F8187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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