Html Css Color HEX #F510C0 Shocking Pink

📋 copy color: '#F510C0'

red 245 ◦ green 16 ◦ blue 192

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

Shades of Shocking Pink #F510C0

Tints of Shocking Pink #F510C0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.53%

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 54.08%
G = 3.53%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F510C0 (or 0xF510C0) is known color: Shocking Pink. HEX triplet: F5, 10 and C0. RGB value is (245,16,192). Sum of RGB (Red+Green+Blue) = 245+16+192=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F510C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510C0 is #0AEF3F. Grayscale: #686868. Windows color (decimal): -716608 or 12587253. OLE color: 12587253.

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

Color convert

RGB 245 16 192 -
CMYK 0 0.93 0.22 0.04
HSL 313.89º 0.92% 0.51% -
HSV(B) 313.89º 0.93% 0.96% -
XYZ 47.36 23.59 51.93 -
YUV 104.54 177.37 228.19 -
System Red Green Blue C M Y K H S L
Decimal 245 16 192 0 0.93 0.22 0.04 313.89 0.92 0.51
Hex F5 10 C0 0 5D 16 4 13A 5C 33
Octal 365 20 300 0 135 26 4 472 134 63
Binary 11110101 10000 11000000 0 1011101 10110 100 100111010 1011100 110011

Color Harmonies of #F510C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510C0

Black with #F510C0

Text Example


Text Example

White with #F510C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510C0; }

 p { color: rgb(245,16,192); }

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

background-color css

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

 a { background-color: rgb(245,16,192); }

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

border-color css

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

 span { border-color: rgb(245,16,192); }

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