Html Css Color HEX #F5188B Deep Pink

📋 copy color: '#F5188B'

red 245 ◦ green 24 ◦ blue 139

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

Shades of Deep Pink #F5188B

Tints of Deep Pink #F5188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 60.05%
G = 5.88%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5188B (or 0xF5188B) is known color: Deep Pink. HEX triplet: F5, 18 and 8B. RGB value is (245,24,139). Sum of RGB (Red+Green+Blue) = 245+24+139=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5188B is #0AE774. Grayscale: #666666. Windows color (decimal): -714613 or 9115893. OLE color: 9115893.

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

Color convert

RGB 245 24 139 -
CMYK 0 0.90 0.43 0.04
HSL 328.78º 0.92% 0.53% -
HSV(B) 328.78º 0.9% 0.96% -
XYZ 42.64 21.93 26.41 -
YUV 103.19 148.22 229.15 -
System Red Green Blue C M Y K H S L
Decimal 245 24 139 0 0.90 0.43 0.04 328.78 0.92 0.53
Hex F5 18 8B 0 5A 2B 4 149 5C 35
Octal 365 30 213 0 132 53 4 511 134 65
Binary 11110101 11000 10001011 0 1011010 101011 100 101001001 1011100 110101

Color Harmonies of #F5188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5188B

Black with #F5188B

Text Example


Text Example

White with #F5188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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