Html Css Color HEX #F51AD5 Shocking Pink

📋 copy color: '#F51AD5'

red 245 ◦ green 26 ◦ blue 213

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

Shades of Shocking Pink #F51AD5

Tints of Shocking Pink #F51AD5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.37%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 50.62%
G = 5.37%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F51AD5 (or 0xF51AD5) is known color: Shocking Pink. HEX triplet: F5, 1A and D5. RGB value is (245,26,213). Sum of RGB (Red+Green+Blue) = 245+26+213=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51AD5 is #0AE52A. Grayscale: #707070. Windows color (decimal): -714027 or 13966069. OLE color: 13966069.

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

Color convert

RGB 245 26 213 -
CMYK 0 0.89 0.13 0.04
HSL 308.77º 0.92% 0.53% -
HSV(B) 308.77º 0.89% 0.96% -
XYZ 50.04 24.96 65.13 -
YUV 112.8 184.55 222.29 -
System Red Green Blue C M Y K H S L
Decimal 245 26 213 0 0.89 0.13 0.04 308.77 0.92 0.53
Hex F5 1A D5 0 59 D 4 135 5C 35
Octal 365 32 325 0 131 15 4 465 134 65
Binary 11110101 11010 11010101 0 1011001 1101 100 100110101 1011100 110101

Color Harmonies of #F51AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51AD5

Black with #F51AD5

Text Example


Text Example

White with #F51AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51AD5; }

 p { color: rgb(245,26,213); }

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

background-color css

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

 a { background-color: rgb(245,26,213); }

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

border-color css

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

 span { border-color: rgb(245,26,213); }

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