Html Css Color HEX #F512CD Shocking Pink

📋 copy color: '#F512CD'

red 245 ◦ green 18 ◦ blue 205

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

Shades of Shocking Pink #F512CD

Tints of Shocking Pink #F512CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 52.35%
G = 3.85%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F512CD (or 0xF512CD) is known color: Shocking Pink. HEX triplet: F5, 12 and CD. RGB value is (245,18,205). Sum of RGB (Red+Green+Blue) = 245+18+205=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F512CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512CD is #0AED32. Grayscale: #6A6A6A. Windows color (decimal): -716083 or 13439733. OLE color: 13439733.

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

Color convert

RGB 245 18 205 -
CMYK 0 0.93 0.16 0.04
HSL 310.57º 0.92% 0.52% -
HSV(B) 310.57º 0.93% 0.96% -
XYZ 48.89 24.25 59.86 -
YUV 107.19 183.21 226.29 -
System Red Green Blue C M Y K H S L
Decimal 245 18 205 0 0.93 0.16 0.04 310.57 0.92 0.52
Hex F5 12 CD 0 5D 10 4 137 5C 34
Octal 365 22 315 0 135 20 4 467 134 64
Binary 11110101 10010 11001101 0 1011101 10000 100 100110111 1011100 110100

Color Harmonies of #F512CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512CD

Black with #F512CD

Text Example


Text Example

White with #F512CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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