Html Css Color HEX #F51693 Deep Pink

📋 copy color: '#F51693'

red 245 ◦ green 22 ◦ blue 147

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

Shades of Deep Pink #F51693

Tints of Deep Pink #F51693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.31%

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 59.18%
G = 5.31%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F51693 (or 0xF51693) is known color: Deep Pink. HEX triplet: F5, 16 and 93. RGB value is (245,22,147). Sum of RGB (Red+Green+Blue) = 245+22+147=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F51693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51693 is #0AE96C. Grayscale: #666666. Windows color (decimal): -715117 or 9639669. OLE color: 9639669.

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

Color convert

RGB 245 22 147 -
CMYK 0 0.91 0.4 0.04
HSL 326.37º 0.92% 0.52% -
HSV(B) 326.37º 0.91% 0.96% -
XYZ 43.21 22.09 29.59 -
YUV 102.93 152.88 229.34 -
System Red Green Blue C M Y K H S L
Decimal 245 22 147 0 0.91 0.4 0.04 326.37 0.92 0.52
Hex F5 16 93 0 5B 28 4 146 5C 34
Octal 365 26 223 0 133 50 4 506 134 64
Binary 11110101 10110 10010011 0 1011011 101000 100 101000110 1011100 110100

Color Harmonies of #F51693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51693

Black with #F51693

Text Example


Text Example

White with #F51693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51693; }

 p { color: rgb(245,22,147); }

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

background-color css

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

 a { background-color: rgb(245,22,147); }

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

border-color css

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

 span { border-color: rgb(245,22,147); }

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