Html Css Color HEX #F512C1 Shocking Pink

📋 copy color: '#F512C1'

red 245 ◦ green 18 ◦ blue 193

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

Shades of Shocking Pink #F512C1

Tints of Shocking Pink #F512C1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.95%

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

R = 53.73%
G = 3.95%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F512C1 (or 0xF512C1) is known color: Shocking Pink. HEX triplet: F5, 12 and C1. RGB value is (245,18,193). Sum of RGB (Red+Green+Blue) = 245+18+193=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F512C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512C1 is #0AED3E. Grayscale: #696969. Windows color (decimal): -716095 or 12653301. OLE color: 12653301.

HSL color Cylindrical-coordinate representation of color #F512C1: hue angle of 313.74º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512C1 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 18 193 -
CMYK 0 0.93 0.21 0.04
HSL 313.74º 0.92% 0.52% -
HSV(B) 313.74º 0.93% 0.96% -
XYZ 47.5 23.7 52.52 -
YUV 105.82 177.21 227.27 -
System Red Green Blue C M Y K H S L
Decimal 245 18 193 0 0.93 0.21 0.04 313.74 0.92 0.52
Hex F5 12 C1 0 5D 15 4 13A 5C 34
Octal 365 22 301 0 135 25 4 472 134 64
Binary 11110101 10010 11000001 0 1011101 10101 100 100111010 1011100 110100

Color Harmonies of #F512C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512C1

Black with #F512C1

Text Example


Text Example

White with #F512C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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