Html Css Color HEX #F50E9A Deep Pink

📋 copy color: '#F50E9A'

red 245 ◦ green 14 ◦ blue 154

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

Shades of Deep Pink #F50E9A

Tints of Deep Pink #F50E9A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.39%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 59.32%
G = 3.39%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F50E9A (or 0xF50E9A) is known color: Deep Pink. HEX triplet: F5, 0E and 9A. RGB value is (245,14,154). Sum of RGB (Red+Green+Blue) = 245+14+154=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50E9A is #0AF165. Grayscale: #626262. Windows color (decimal): -717158 or 10096373. OLE color: 10096373.

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

Color convert

RGB 245 14 154 -
CMYK 0 0.94 0.37 0.04
HSL 323.64º 0.92% 0.51% -
HSV(B) 323.64º 0.94% 0.96% -
XYZ 43.65 22.06 32.53 -
YUV 99.03 159.03 232.12 -
System Red Green Blue C M Y K H S L
Decimal 245 14 154 0 0.94 0.37 0.04 323.64 0.92 0.51
Hex F5 E 9A 0 5E 25 4 144 5C 33
Octal 365 16 232 0 136 45 4 504 134 63
Binary 11110101 1110 10011010 0 1011110 100101 100 101000100 1011100 110011

Color Harmonies of #F50E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50E9A

Black with #F50E9A

Text Example


Text Example

White with #F50E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50E9A; }

 p { color: rgb(245,14,154); }

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

background-color css

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

 a { background-color: rgb(245,14,154); }

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

border-color css

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

 span { border-color: rgb(245,14,154); }

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