Html Css Color HEX #F51ACB Shocking Pink

📋 copy color: '#F51ACB'

red 245 ◦ green 26 ◦ blue 203

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

Shades of Shocking Pink #F51ACB

Tints of Shocking Pink #F51ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 51.69%
G = 5.49%
B = 42.83%

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

#F51ACB (or 0xF51ACB) is known color: Shocking Pink. HEX triplet: F5, 1A and CB. RGB value is (245,26,203). Sum of RGB (Red+Green+Blue) = 245+26+203=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ACB is #0AE534. Grayscale: #6F6F6F. Windows color (decimal): -714037 or 13310709. OLE color: 13310709.

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

Color convert

RGB 245 26 203 -
CMYK 0 0.89 0.17 0.04
HSL 311.51º 0.92% 0.53% -
HSV(B) 311.51º 0.89% 0.96% -
XYZ 48.81 24.46 58.65 -
YUV 111.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 245 26 203 0 0.89 0.17 0.04 311.51 0.92 0.53
Hex F5 1A CB 0 59 11 4 138 5C 35
Octal 365 32 313 0 131 21 4 470 134 65
Binary 11110101 11010 11001011 0 1011001 10001 100 100111000 1011100 110101

Color Harmonies of #F51ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ACB

Black with #F51ACB

Text Example


Text Example

White with #F51ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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