Html Css Color HEX #F512CF Shocking Pink

📋 copy color: '#F512CF'

red 245 ◦ green 18 ◦ blue 207

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

Shades of Shocking Pink #F512CF

Tints of Shocking Pink #F512CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 52.13%
G = 3.83%
B = 44.04%

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

#F512CF (or 0xF512CF) is known color: Shocking Pink. HEX triplet: F5, 12 and CF. RGB value is (245,18,207). Sum of RGB (Red+Green+Blue) = 245+18+207=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F512CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512CF is #0AED30. Grayscale: #6A6A6A. Windows color (decimal): -716081 or 13570805. OLE color: 13570805.

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

Color convert

RGB 245 18 207 -
CMYK 0 0.93 0.16 0.04
HSL 310.04º 0.92% 0.52% -
HSV(B) 310.04º 0.93% 0.96% -
XYZ 49.13 24.35 61.14 -
YUV 107.42 184.21 226.13 -
System Red Green Blue C M Y K H S L
Decimal 245 18 207 0 0.93 0.16 0.04 310.04 0.92 0.52
Hex F5 12 CF 0 5D 10 4 136 5C 34
Octal 365 22 317 0 135 20 4 466 134 64
Binary 11110101 10010 11001111 0 1011101 10000 100 100110110 1011100 110100

Color Harmonies of #F512CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F512CF

Black with #F512CF

Text Example


Text Example

White with #F512CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F512CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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