Html Css Color HEX #F51399 Deep Pink

📋 copy color: '#F51399'

red 245 ◦ green 19 ◦ blue 153

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

Shades of Deep Pink #F51399

Tints of Deep Pink #F51399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.56%

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

R = 58.75%
G = 4.56%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F51399 (or 0xF51399) is known color: Deep Pink. HEX triplet: F5, 13 and 99. RGB value is (245,19,153). Sum of RGB (Red+Green+Blue) = 245+19+153=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F51399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51399 is #0AEC66. Grayscale: #656565. Windows color (decimal): -715879 or 10032117. OLE color: 10032117.

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

Color convert

RGB 245 19 153 -
CMYK 0 0.92 0.38 0.04
HSL 324.42º 0.92% 0.52% -
HSV(B) 324.42º 0.92% 0.96% -
XYZ 43.64 22.18 32.12 -
YUV 101.85 156.87 230.1 -
System Red Green Blue C M Y K H S L
Decimal 245 19 153 0 0.92 0.38 0.04 324.42 0.92 0.52
Hex F5 13 99 0 5C 26 4 144 5C 34
Octal 365 23 231 0 134 46 4 504 134 64
Binary 11110101 10011 10011001 0 1011100 100110 100 101000100 1011100 110100

Color Harmonies of #F51399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51399

Black with #F51399

Text Example


Text Example

White with #F51399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51399; }

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

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

background-color css

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

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

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

border-color css

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

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

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