Html Css Color HEX #F51ACE Shocking Pink

📋 copy color: '#F51ACE'

red 245 ◦ green 26 ◦ blue 206

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

Shades of Shocking Pink #F51ACE

Tints of Shocking Pink #F51ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 51.36%
G = 5.45%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F51ACE (or 0xF51ACE) is known color: Shocking Pink. HEX triplet: F5, 1A and CE. RGB value is (245,26,206). Sum of RGB (Red+Green+Blue) = 245+26+206=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ACE is #0AE531. Grayscale: #6F6F6F. Windows color (decimal): -714034 or 13507317. OLE color: 13507317.

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

Color convert

RGB 245 26 206 -
CMYK 0 0.89 0.16 0.04
HSL 310.68º 0.92% 0.53% -
HSV(B) 310.68º 0.89% 0.96% -
XYZ 49.17 24.61 60.55 -
YUV 112 181.05 222.86 -
System Red Green Blue C M Y K H S L
Decimal 245 26 206 0 0.89 0.16 0.04 310.68 0.92 0.53
Hex F5 1A CE 0 59 10 4 137 5C 35
Octal 365 32 316 0 131 20 4 467 134 65
Binary 11110101 11010 11001110 0 1011001 10000 100 100110111 1011100 110101

Color Harmonies of #F51ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ACE

Black with #F51ACE

Text Example


Text Example

White with #F51ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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