Html Css Color HEX #F510C6 Shocking Pink

📋 copy color: '#F510C6'

red 245 ◦ green 16 ◦ blue 198

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

Shades of Shocking Pink #F510C6

Tints of Shocking Pink #F510C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 53.38%
G = 3.49%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F510C6 (or 0xF510C6) is known color: Shocking Pink. HEX triplet: F5, 10 and C6. RGB value is (245,16,198). Sum of RGB (Red+Green+Blue) = 245+16+198=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F510C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F510C6 is #0AEF39. Grayscale: #686868. Windows color (decimal): -716602 or 12980469. OLE color: 12980469.

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

Color convert

RGB 245 16 198 -
CMYK 0 0.93 0.19 0.04
HSL 312.31º 0.92% 0.51% -
HSV(B) 312.31º 0.93% 0.96% -
XYZ 48.03 23.86 55.5 -
YUV 105.22 180.37 227.7 -
System Red Green Blue C M Y K H S L
Decimal 245 16 198 0 0.93 0.19 0.04 312.31 0.92 0.51
Hex F5 10 C6 0 5D 13 4 138 5C 33
Octal 365 20 306 0 135 23 4 470 134 63
Binary 11110101 10000 11000110 0 1011101 10011 100 100111000 1011100 110011

Color Harmonies of #F510C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510C6

Black with #F510C6

Text Example


Text Example

White with #F510C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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