Html Css Color HEX #F5138A Deep Pink

📋 copy color: '#F5138A'

red 245 ◦ green 19 ◦ blue 138

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

Shades of Deep Pink #F5138A

Tints of Deep Pink #F5138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 60.95%
G = 4.73%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5138A (or 0xF5138A) is known color: Deep Pink. HEX triplet: F5, 13 and 8A. RGB value is (245,19,138). Sum of RGB (Red+Green+Blue) = 245+19+138=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5138A is #0AEC75. Grayscale: #636363. Windows color (decimal): -715894 or 9049077. OLE color: 9049077.

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

Color convert

RGB 245 19 138 -
CMYK 0 0.92 0.44 0.04
HSL 328.41º 0.92% 0.52% -
HSV(B) 328.41º 0.92% 0.96% -
XYZ 42.48 21.71 26 -
YUV 100.14 149.37 231.32 -
System Red Green Blue C M Y K H S L
Decimal 245 19 138 0 0.92 0.44 0.04 328.41 0.92 0.52
Hex F5 13 8A 0 5C 2C 4 148 5C 34
Octal 365 23 212 0 134 54 4 510 134 64
Binary 11110101 10011 10001010 0 1011100 101100 100 101001000 1011100 110100

Color Harmonies of #F5138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5138A

Black with #F5138A

Text Example


Text Example

White with #F5138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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