Html Css Color HEX #F512D2 Shocking Pink

📋 copy color: '#F512D2'

red 245 ◦ green 18 ◦ blue 210

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

Shades of Shocking Pink #F512D2

Tints of Shocking Pink #F512D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 51.8%
G = 3.81%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F512D2 (or 0xF512D2) is known color: Shocking Pink. HEX triplet: F5, 12 and D2. RGB value is (245,18,210). Sum of RGB (Red+Green+Blue) = 245+18+210=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F512D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512D2 is #0AED2D. Grayscale: #6B6B6B. Windows color (decimal): -716078 or 13767413. OLE color: 13767413.

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

Color convert

RGB 245 18 210 -
CMYK 0 0.93 0.14 0.04
HSL 309.25º 0.92% 0.52% -
HSV(B) 309.25º 0.93% 0.96% -
XYZ 49.51 24.5 63.09 -
YUV 107.76 185.71 225.89 -
System Red Green Blue C M Y K H S L
Decimal 245 18 210 0 0.93 0.14 0.04 309.25 0.92 0.52
Hex F5 12 D2 0 5D E 4 135 5C 34
Octal 365 22 322 0 135 16 4 465 134 64
Binary 11110101 10010 11010010 0 1011101 1110 100 100110101 1011100 110100

Color Harmonies of #F512D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512D2

Black with #F512D2

Text Example


Text Example

White with #F512D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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