Html Css Color HEX #F5137A Deep Pink

📋 copy color: '#F5137A'

red 245 ◦ green 19 ◦ blue 122

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

Shades of Deep Pink #F5137A

Tints of Deep Pink #F5137A

RGB

 RED value IS 245 (96.09% from 255) = 63.47%

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 63.47%
G = 4.92%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5137A (or 0xF5137A) is known color: Deep Pink. HEX triplet: F5, 13 and 7A. RGB value is (245,19,122). Sum of RGB (Red+Green+Blue) = 245+19+122=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5137A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5137A is #0AEC85. Grayscale: #626262. Windows color (decimal): -715910 or 8000501. OLE color: 8000501.

HSL color Cylindrical-coordinate representation of color #F5137A: hue angle of 332.65º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5137A is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 19 122 -
CMYK 0 0.92 0.50 0.04
HSL 332.65º 0.92% 0.52% -
HSV(B) 332.65º 0.92% 0.96% -
XYZ 41.4 21.28 20.34 -
YUV 98.32 141.37 232.62 -
System Red Green Blue C M Y K H S L
Decimal 245 19 122 0 0.92 0.50 0.04 332.65 0.92 0.52
Hex F5 13 7A 0 5C 32 4 14D 5C 34
Octal 365 23 172 0 134 62 4 515 134 64
Binary 11110101 10011 1111010 0 1011100 110010 100 101001101 1011100 110100

Color Harmonies of #F5137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5137A

Black with #F5137A

Text Example


Text Example

White with #F5137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5137A; }

 p { color: rgb(245,19,122); }

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

background-color css

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

 a { background-color: rgb(245,19,122); }

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

border-color css

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

 span { border-color: rgb(245,19,122); }

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