Html Css Color HEX #F51E99 Deep Pink

📋 copy color: '#F51E99'

red 245 ◦ green 30 ◦ blue 153

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

Shades of Deep Pink #F51E99

Tints of Deep Pink #F51E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.01%

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 57.24%
G = 7.01%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F51E99 (or 0xF51E99) is known color: Deep Pink. HEX triplet: F5, 1E and 99. RGB value is (245,30,153). Sum of RGB (Red+Green+Blue) = 245+30+153=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51E99 is #0AE166. Grayscale: #6C6C6C. Windows color (decimal): -713063 or 10034933. OLE color: 10034933.

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

Color convert

RGB 245 30 153 -
CMYK 0 0.88 0.38 0.04
HSL 325.67º 0.91% 0.54% -
HSV(B) 325.67º 0.88% 0.96% -
XYZ 43.87 22.64 32.19 -
YUV 108.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 245 30 153 0 0.88 0.38 0.04 325.67 0.91 0.54
Hex F5 1E 99 0 58 26 4 146 5B 36
Octal 365 36 231 0 130 46 4 506 133 66
Binary 11110101 11110 10011001 0 1011000 100110 100 101000110 1011011 110110

Color Harmonies of #F51E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E99

Black with #F51E99

Text Example


Text Example

White with #F51E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E99; }

 p { color: rgb(245,30,153); }

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

background-color css

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

 a { background-color: rgb(245,30,153); }

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

border-color css

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

 span { border-color: rgb(245,30,153); }

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