Html Css Color HEX #F51ABC Shocking Pink

📋 copy color: '#F51ABC'

red 245 ◦ green 26 ◦ blue 188

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

Shades of Shocking Pink #F51ABC

Tints of Shocking Pink #F51ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 53.38%
G = 5.66%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F51ABC (or 0xF51ABC) is known color: Shocking Pink. HEX triplet: F5, 1A and BC. RGB value is (245,26,188). Sum of RGB (Red+Green+Blue) = 245+26+188=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ABC is #0AE543. Grayscale: #6D6D6D. Windows color (decimal): -714052 or 12327669. OLE color: 12327669.

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

Color convert

RGB 245 26 188 -
CMYK 0 0.89 0.23 0.04
HSL 315.62º 0.92% 0.53% -
HSV(B) 315.62º 0.89% 0.96% -
XYZ 47.1 23.78 49.68 -
YUV 109.95 172.05 224.33 -
System Red Green Blue C M Y K H S L
Decimal 245 26 188 0 0.89 0.23 0.04 315.62 0.92 0.53
Hex F5 1A BC 0 59 17 4 13C 5C 35
Octal 365 32 274 0 131 27 4 474 134 65
Binary 11110101 11010 10111100 0 1011001 10111 100 100111100 1011100 110101

Color Harmonies of #F51ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ABC

Black with #F51ABC

Text Example


Text Example

White with #F51ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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