Html Css Color HEX #F51C8A Deep Pink

📋 copy color: '#F51C8A'

red 245 ◦ green 28 ◦ blue 138

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

Shades of Deep Pink #F51C8A

Tints of Deep Pink #F51C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 59.61%
G = 6.81%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F51C8A (or 0xF51C8A) is known color: Deep Pink. HEX triplet: F5, 1C and 8A. RGB value is (245,28,138). Sum of RGB (Red+Green+Blue) = 245+28+138=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51C8A is #0AE375. Grayscale: #696969. Windows color (decimal): -713590 or 9051381. OLE color: 9051381.

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

Color convert

RGB 245 28 138 -
CMYK 0 0.89 0.44 0.04
HSL 329.59º 0.92% 0.54% -
HSV(B) 329.59º 0.89% 0.96% -
XYZ 42.66 22.08 26.06 -
YUV 105.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 245 28 138 0 0.89 0.44 0.04 329.59 0.92 0.54
Hex F5 1C 8A 0 59 2C 4 14A 5C 36
Octal 365 34 212 0 131 54 4 512 134 66
Binary 11110101 11100 10001010 0 1011001 101100 100 101001010 1011100 110110

Color Harmonies of #F51C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51C8A

Black with #F51C8A

Text Example


Text Example

White with #F51C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51C8A; }

 p { color: rgb(245,28,138); }

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

background-color css

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

 a { background-color: rgb(245,28,138); }

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

border-color css

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

 span { border-color: rgb(245,28,138); }

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