Html Css Color HEX #F51AC1 Shocking Pink

📋 copy color: '#F51AC1'

red 245 ◦ green 26 ◦ blue 193

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

Shades of Shocking Pink #F51AC1

Tints of Shocking Pink #F51AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 52.8%
G = 5.6%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F51AC1 (or 0xF51AC1) is known color: Shocking Pink. HEX triplet: F5, 1A and C1. RGB value is (245,26,193). Sum of RGB (Red+Green+Blue) = 245+26+193=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51AC1 is #0AE53E. Grayscale: #6E6E6E. Windows color (decimal): -714047 or 12655349. OLE color: 12655349.

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

Color convert

RGB 245 26 193 -
CMYK 0 0.89 0.21 0.04
HSL 314.25º 0.92% 0.53% -
HSV(B) 314.25º 0.89% 0.96% -
XYZ 47.65 24 52.57 -
YUV 110.52 174.55 223.92 -
System Red Green Blue C M Y K H S L
Decimal 245 26 193 0 0.89 0.21 0.04 314.25 0.92 0.53
Hex F5 1A C1 0 59 15 4 13A 5C 35
Octal 365 32 301 0 131 25 4 472 134 65
Binary 11110101 11010 11000001 0 1011001 10101 100 100111010 1011100 110101

Color Harmonies of #F51AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51AC1

Black with #F51AC1

Text Example


Text Example

White with #F51AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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