Html Css Color HEX #F51D93 Deep Pink

📋 copy color: '#F51D93'

red 245 ◦ green 29 ◦ blue 147

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

Shades of Deep Pink #F51D93

Tints of Deep Pink #F51D93

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.89%

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

R = 58.19%
G = 6.89%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F51D93 (or 0xF51D93) is known color: Deep Pink. HEX triplet: F5, 1D and 93. RGB value is (245,29,147). Sum of RGB (Red+Green+Blue) = 245+29+147=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51D93 is #0AE26C. Grayscale: #6A6A6A. Windows color (decimal): -713325 or 9641461. OLE color: 9641461.

HSL color Cylindrical-coordinate representation of color #F51D93: hue angle of 327.22º degrees, saturation: 0.92, 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 #F51D93 is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 29 147 -
CMYK 0 0.88 0.4 0.04
HSL 327.22º 0.92% 0.54% -
HSV(B) 327.22º 0.88% 0.96% -
XYZ 43.36 22.4 29.64 -
YUV 107.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 245 29 147 0 0.88 0.4 0.04 327.22 0.92 0.54
Hex F5 1D 93 0 58 28 4 147 5C 36
Octal 365 35 223 0 130 50 4 507 134 66
Binary 11110101 11101 10010011 0 1011000 101000 100 101000111 1011100 110110

Color Harmonies of #F51D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D93

Black with #F51D93

Text Example


Text Example

White with #F51D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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