Html Css Color HEX #F512D1 Shocking Pink

📋 copy color: '#F512D1'

red 245 ◦ green 18 ◦ blue 209

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

Shades of Shocking Pink #F512D1

Tints of Shocking Pink #F512D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 51.91%
G = 3.81%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F512D1 (or 0xF512D1) is known color: Shocking Pink. HEX triplet: F5, 12 and D1. RGB value is (245,18,209). Sum of RGB (Red+Green+Blue) = 245+18+209=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F512D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512D1 is #0AED2E. Grayscale: #6B6B6B. Windows color (decimal): -716079 or 13701877. OLE color: 13701877.

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

Color convert

RGB 245 18 209 -
CMYK 0 0.93 0.15 0.04
HSL 309.52º 0.92% 0.52% -
HSV(B) 309.52º 0.93% 0.96% -
XYZ 49.38 24.45 62.44 -
YUV 107.65 185.21 225.97 -
System Red Green Blue C M Y K H S L
Decimal 245 18 209 0 0.93 0.15 0.04 309.52 0.92 0.52
Hex F5 12 D1 0 5D F 4 136 5C 34
Octal 365 22 321 0 135 17 4 466 134 64
Binary 11110101 10010 11010001 0 1011101 1111 100 100110110 1011100 110100

Color Harmonies of #F512D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512D1

Black with #F512D1

Text Example


Text Example

White with #F512D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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