Html Css Color HEX #F51090 Deep Pink

📋 copy color: '#F51090'

red 245 ◦ green 16 ◦ blue 144

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

Shades of Deep Pink #F51090

Tints of Deep Pink #F51090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

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

R = 60.49%
G = 3.95%
B = 35.56%

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

#F51090 (or 0xF51090) is known color: Deep Pink. HEX triplet: F5, 10 and 90. RGB value is (245,16,144). Sum of RGB (Red+Green+Blue) = 245+16+144=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F51090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51090 is #0AEF6F. Grayscale: #626262. Windows color (decimal): -716656 or 9441525. OLE color: 9441525.

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

Color convert

RGB 245 16 144 -
CMYK 0 0.93 0.41 0.04
HSL 326.46º 0.92% 0.51% -
HSV(B) 326.46º 0.93% 0.96% -
XYZ 42.88 21.8 28.33 -
YUV 99.06 153.37 232.09 -
System Red Green Blue C M Y K H S L
Decimal 245 16 144 0 0.93 0.41 0.04 326.46 0.92 0.51
Hex F5 10 90 0 5D 29 4 146 5C 33
Octal 365 20 220 0 135 51 4 506 134 63
Binary 11110101 10000 10010000 0 1011101 101001 100 101000110 1011100 110011

Color Harmonies of #F51090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51090

Black with #F51090

Text Example


Text Example

White with #F51090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51090; }

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

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

background-color css

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

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

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

border-color css

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

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

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