Html Css Color HEX #F5187C Deep Pink

📋 copy color: '#F5187C'

red 245 ◦ green 24 ◦ blue 124

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

Shades of Deep Pink #F5187C

Tints of Deep Pink #F5187C

RGB

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

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

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

R = 62.34%
G = 6.11%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5187C (or 0xF5187C) is known color: Deep Pink. HEX triplet: F5, 18 and 7C. RGB value is (245,24,124). Sum of RGB (Red+Green+Blue) = 245+24+124=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5187C is #0AE783. Grayscale: #656565. Windows color (decimal): -714628 or 8132853. OLE color: 8132853.

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

Color convert

RGB 245 24 124 -
CMYK 0 0.90 0.49 0.04
HSL 332.85º 0.92% 0.53% -
HSV(B) 332.85º 0.9% 0.96% -
XYZ 41.62 21.52 21.03 -
YUV 101.48 140.72 230.37 -
System Red Green Blue C M Y K H S L
Decimal 245 24 124 0 0.90 0.49 0.04 332.85 0.92 0.53
Hex F5 18 7C 0 5A 31 4 14D 5C 35
Octal 365 30 174 0 132 61 4 515 134 65
Binary 11110101 11000 1111100 0 1011010 110001 100 101001101 1011100 110101

Color Harmonies of #F5187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5187C

Black with #F5187C

Text Example


Text Example

White with #F5187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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