Html Css Color HEX #F5187B Deep Pink

📋 copy color: '#F5187B'

red 245 ◦ green 24 ◦ blue 123

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

Shades of Deep Pink #F5187B

Tints of Deep Pink #F5187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 62.5%
G = 6.12%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5187B (or 0xF5187B) is known color: Deep Pink. HEX triplet: F5, 18 and 7B. RGB value is (245,24,123). Sum of RGB (Red+Green+Blue) = 245+24+123=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5187B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5187B is #0AE784. Grayscale: #656565. Windows color (decimal): -714629 or 8067317. OLE color: 8067317.

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

Color convert

RGB 245 24 123 -
CMYK 0 0.90 0.50 0.04
HSL 333.12º 0.92% 0.53% -
HSV(B) 333.12º 0.9% 0.96% -
XYZ 41.56 21.5 20.7 -
YUV 101.37 140.22 230.45 -
System Red Green Blue C M Y K H S L
Decimal 245 24 123 0 0.90 0.50 0.04 333.12 0.92 0.53
Hex F5 18 7B 0 5A 32 4 14D 5C 35
Octal 365 30 173 0 132 62 4 515 134 65
Binary 11110101 11000 1111011 0 1011010 110010 100 101001101 1011100 110101

Color Harmonies of #F5187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5187B

Black with #F5187B

Text Example


Text Example

White with #F5187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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