Html Css Color HEX #F51290 Deep Pink

📋 copy color: '#F51290'

red 245 ◦ green 18 ◦ blue 144

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

Shades of Deep Pink #F51290

Tints of Deep Pink #F51290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

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

R = 60.2%
G = 4.42%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F51290 (or 0xF51290) is known color: Deep Pink. HEX triplet: F5, 12 and 90. RGB value is (245,18,144). Sum of RGB (Red+Green+Blue) = 245+18+144=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F51290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51290 is #0AED6F. Grayscale: #636363. Windows color (decimal): -716144 or 9442037. OLE color: 9442037.

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

Color convert

RGB 245 18 144 -
CMYK 0 0.93 0.41 0.04
HSL 326.7º 0.92% 0.52% -
HSV(B) 326.7º 0.93% 0.96% -
XYZ 42.91 21.86 28.34 -
YUV 100.24 152.71 231.25 -
System Red Green Blue C M Y K H S L
Decimal 245 18 144 0 0.93 0.41 0.04 326.7 0.92 0.52
Hex F5 12 90 0 5D 29 4 147 5C 34
Octal 365 22 220 0 135 51 4 507 134 64
Binary 11110101 10010 10010000 0 1011101 101001 100 101000111 1011100 110100

Color Harmonies of #F51290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51290

Black with #F51290

Text Example


Text Example

White with #F51290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51290; }

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

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

background-color css

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

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

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

border-color css

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

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

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