Html Css Color HEX #F51AD4 Shocking Pink

📋 copy color: '#F51AD4'

red 245 ◦ green 26 ◦ blue 212

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

Shades of Shocking Pink #F51AD4

Tints of Shocking Pink #F51AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.89%

R = 50.72%
G = 5.38%
B = 43.89%

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

#F51AD4 (or 0xF51AD4) is known color: Shocking Pink. HEX triplet: F5, 1A and D4. RGB value is (245,26,212). Sum of RGB (Red+Green+Blue) = 245+26+212=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51AD4 is #0AE52B. Grayscale: #707070. Windows color (decimal): -714028 or 13900533. OLE color: 13900533.

HSL color Cylindrical-coordinate representation of color #F51AD4: hue angle of 309.04º 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 #F51AD4 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 212 -
CMYK 0 0.89 0.13 0.04
HSL 309.04º 0.92% 0.53% -
HSV(B) 309.04º 0.89% 0.96% -
XYZ 49.91 24.9 64.46 -
YUV 112.69 184.05 222.38 -
System Red Green Blue C M Y K H S L
Decimal 245 26 212 0 0.89 0.13 0.04 309.04 0.92 0.53
Hex F5 1A D4 0 59 D 4 135 5C 35
Octal 365 32 324 0 131 15 4 465 134 65
Binary 11110101 11010 11010100 0 1011001 1101 100 100110101 1011100 110101

Color Harmonies of #F51AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51AD4

Black with #F51AD4

Text Example


Text Example

White with #F51AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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