Html Css Color HEX #F5138F Deep Pink

📋 copy color: '#F5138F'

red 245 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #F5138F

Tints of Deep Pink #F5138F

RGB

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

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

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

R = 60.2%
G = 4.67%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5138F (or 0xF5138F) is known color: Deep Pink. HEX triplet: F5, 13 and 8F. RGB value is (245,19,143). Sum of RGB (Red+Green+Blue) = 245+19+143=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5138F is #0AEC70. Grayscale: #646464. Windows color (decimal): -715889 or 9376757. OLE color: 9376757.

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

Color convert

RGB 245 19 143 -
CMYK 0 0.92 0.42 0.04
HSL 327.08º 0.92% 0.52% -
HSV(B) 327.08º 0.92% 0.96% -
XYZ 42.85 21.86 27.95 -
YUV 100.71 151.87 230.92 -
System Red Green Blue C M Y K H S L
Decimal 245 19 143 0 0.92 0.42 0.04 327.08 0.92 0.52
Hex F5 13 8F 0 5C 2A 4 147 5C 34
Octal 365 23 217 0 134 52 4 507 134 64
Binary 11110101 10011 10001111 0 1011100 101010 100 101000111 1011100 110100

Color Harmonies of #F5138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5138F

Black with #F5138F

Text Example


Text Example

White with #F5138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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