Html Css Color HEX #F8137D Deep Pink

📋 copy color: '#F8137D'

red 248 ◦ green 19 ◦ blue 125

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

Shades of Deep Pink #F8137D

Tints of Deep Pink #F8137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 63.27%
G = 4.85%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8137D (or 0xF8137D) is known color: Deep Pink. HEX triplet: F8, 13 and 7D. RGB value is (248,19,125). Sum of RGB (Red+Green+Blue) = 248+19+125=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8137D is #07EC82. Grayscale: #636363. Windows color (decimal): -519299 or 8197112. OLE color: 8197112.

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

Color convert

RGB 248 19 125 -
CMYK 0 0.92 0.50 0.03
HSL 332.23º 0.94% 0.52% -
HSV(B) 332.23º 0.92% 0.97% -
XYZ 42.65 21.9 21.38 -
YUV 99.56 142.37 233.88 -
System Red Green Blue C M Y K H S L
Decimal 248 19 125 0 0.92 0.50 0.03 332.23 0.94 0.52
Hex F8 13 7D 0 5C 32 3 14C 5E 34
Octal 370 23 175 0 134 62 3 514 136 64
Binary 11111000 10011 1111101 0 1011100 110010 11 101001100 1011110 110100

Color Harmonies of #F8137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8137D

Black with #F8137D

Text Example


Text Example

White with #F8137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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