Html Css Color HEX #F5188F Deep Pink

📋 copy color: '#F5188F'

red 245 ◦ green 24 ◦ blue 143

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

Shades of Deep Pink #F5188F

Tints of Deep Pink #F5188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 59.47%
G = 5.83%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5188F (or 0xF5188F) is known color: Deep Pink. HEX triplet: F5, 18 and 8F. RGB value is (245,24,143). Sum of RGB (Red+Green+Blue) = 245+24+143=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F5188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5188F is #0AE770. Grayscale: #676767. Windows color (decimal): -714609 or 9378037. OLE color: 9378037.

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

Color convert

RGB 245 24 143 -
CMYK 0 0.90 0.42 0.04
HSL 327.69º 0.92% 0.53% -
HSV(B) 327.69º 0.9% 0.96% -
XYZ 42.94 22.05 27.98 -
YUV 103.65 150.22 228.82 -
System Red Green Blue C M Y K H S L
Decimal 245 24 143 0 0.90 0.42 0.04 327.69 0.92 0.53
Hex F5 18 8F 0 5A 2A 4 148 5C 35
Octal 365 30 217 0 132 52 4 510 134 65
Binary 11110101 11000 10001111 0 1011010 101010 100 101001000 1011100 110101

Color Harmonies of #F5188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5188F

Black with #F5188F

Text Example


Text Example

White with #F5188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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