Html Css Color HEX #F51790 Deep Pink

📋 copy color: '#F51790'

red 245 ◦ green 23 ◦ blue 144

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

Shades of Deep Pink #F51790

Tints of Deep Pink #F51790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.58%

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 59.47%
G = 5.58%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F51790 (or 0xF51790) is known color: Deep Pink. HEX triplet: F5, 17 and 90. RGB value is (245,23,144). Sum of RGB (Red+Green+Blue) = 245+23+144=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F51790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51790 is #0AE86F. Grayscale: #666666. Windows color (decimal): -714864 or 9443317. OLE color: 9443317.

HSL color Cylindrical-coordinate representation of color #F51790: hue angle of 327.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51790 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 23 144 -
CMYK 0 0.91 0.41 0.04
HSL 327.3º 0.92% 0.53% -
HSV(B) 327.3º 0.91% 0.96% -
XYZ 43 22.04 28.37 -
YUV 103.17 151.05 229.16 -
System Red Green Blue C M Y K H S L
Decimal 245 23 144 0 0.91 0.41 0.04 327.3 0.92 0.53
Hex F5 17 90 0 5B 29 4 147 5C 35
Octal 365 27 220 0 133 51 4 507 134 65
Binary 11110101 10111 10010000 0 1011011 101001 100 101000111 1011100 110101

Color Harmonies of #F51790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51790

Black with #F51790

Text Example


Text Example

White with #F51790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51790; }

 p { color: rgb(245,23,144); }

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

background-color css

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

 a { background-color: rgb(245,23,144); }

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

border-color css

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

 span { border-color: rgb(245,23,144); }

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