Html Css Color HEX #F8137C Deep Pink

📋 copy color: '#F8137C'

red 248 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #F8137C

Tints of Deep Pink #F8137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 63.43%
G = 4.86%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8137C (or 0xF8137C) is known color: Deep Pink. HEX triplet: F8, 13 and 7C. RGB value is (248,19,124). Sum of RGB (Red+Green+Blue) = 248+19+124=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8137C is #07EC83. Grayscale: #636363. Windows color (decimal): -519300 or 8131576. OLE color: 8131576.

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

Color convert

RGB 248 19 124 -
CMYK 0 0.92 0.5 0.03
HSL 332.49º 0.94% 0.52% -
HSV(B) 332.49º 0.92% 0.97% -
XYZ 42.58 21.88 21.05 -
YUV 99.44 141.87 233.96 -
System Red Green Blue C M Y K H S L
Decimal 248 19 124 0 0.92 0.5 0.03 332.49 0.94 0.52
Hex F8 13 7C 0 5C 32 3 14C 5E 34
Octal 370 23 174 0 134 62 3 514 136 64
Binary 11111000 10011 1111100 0 1011100 110010 11 101001100 1011110 110100

Color Harmonies of #F8137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8137C

Black with #F8137C

Text Example


Text Example

White with #F8137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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