Html Css Color HEX #F51ACC Shocking Pink

📋 copy color: '#F51ACC'

red 245 ◦ green 26 ◦ blue 204

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

Shades of Shocking Pink #F51ACC

Tints of Shocking Pink #F51ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 51.58%
G = 5.47%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F51ACC (or 0xF51ACC) is known color: Shocking Pink. HEX triplet: F5, 1A and CC. RGB value is (245,26,204). Sum of RGB (Red+Green+Blue) = 245+26+204=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ACC is #0AE533. Grayscale: #6F6F6F. Windows color (decimal): -714036 or 13376245. OLE color: 13376245.

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

Color convert

RGB 245 26 204 -
CMYK 0 0.89 0.17 0.04
HSL 311.23º 0.92% 0.53% -
HSV(B) 311.23º 0.89% 0.96% -
XYZ 48.92 24.51 59.28 -
YUV 111.77 180.05 223.03 -
System Red Green Blue C M Y K H S L
Decimal 245 26 204 0 0.89 0.17 0.04 311.23 0.92 0.53
Hex F5 1A CC 0 59 11 4 137 5C 35
Octal 365 32 314 0 131 21 4 467 134 65
Binary 11110101 11010 11001100 0 1011001 10001 100 100110111 1011100 110101

Color Harmonies of #F51ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ACC

Black with #F51ACC

Text Example


Text Example

White with #F51ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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