Html Css Color HEX #F51380 Deep Pink

📋 copy color: '#F51380'

red 245 ◦ green 19 ◦ blue 128

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

Shades of Deep Pink #F51380

Tints of Deep Pink #F51380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 62.5%
G = 4.85%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F51380 (or 0xF51380) is known color: Deep Pink. HEX triplet: F5, 13 and 80. RGB value is (245,19,128). Sum of RGB (Red+Green+Blue) = 245+19+128=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F51380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51380 is #0AEC7F. Grayscale: #626262. Windows color (decimal): -715904 or 8393717. OLE color: 8393717.

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

Color convert

RGB 245 19 128 -
CMYK 0 0.92 0.48 0.04
HSL 331.06º 0.92% 0.52% -
HSV(B) 331.06º 0.92% 0.96% -
XYZ 41.79 21.44 22.36 -
YUV 99 144.37 232.14 -
System Red Green Blue C M Y K H S L
Decimal 245 19 128 0 0.92 0.48 0.04 331.06 0.92 0.52
Hex F5 13 80 0 5C 30 4 14B 5C 34
Octal 365 23 200 0 134 60 4 513 134 64
Binary 11110101 10011 10000000 0 1011100 110000 100 101001011 1011100 110100

Color Harmonies of #F51380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51380

Black with #F51380

Text Example


Text Example

White with #F51380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51380; }

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

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

background-color css

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

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

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

border-color css

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

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

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