Html Css Color HEX #F513CE Shocking Pink

📋 copy color: '#F513CE'

red 245 ◦ green 19 ◦ blue 206

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

Shades of Shocking Pink #F513CE

Tints of Shocking Pink #F513CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.04%

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 52.13%
G = 4.04%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F513CE (or 0xF513CE) is known color: Shocking Pink. HEX triplet: F5, 13 and CE. RGB value is (245,19,206). Sum of RGB (Red+Green+Blue) = 245+19+206=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F513CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513CE is #0AEC31. Grayscale: #6B6B6B. Windows color (decimal): -715826 or 13505525. OLE color: 13505525.

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

Color convert

RGB 245 19 206 -
CMYK 0 0.92 0.16 0.04
HSL 310.35º 0.92% 0.52% -
HSV(B) 310.35º 0.92% 0.96% -
XYZ 49.03 24.33 60.51 -
YUV 107.89 183.37 225.79 -
System Red Green Blue C M Y K H S L
Decimal 245 19 206 0 0.92 0.16 0.04 310.35 0.92 0.52
Hex F5 13 CE 0 5C 10 4 136 5C 34
Octal 365 23 316 0 134 20 4 466 134 64
Binary 11110101 10011 11001110 0 1011100 10000 100 100110110 1011100 110100

Color Harmonies of #F513CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513CE

Black with #F513CE

Text Example


Text Example

White with #F513CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513CE; }

 p { color: rgb(245,19,206); }

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

background-color css

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

 a { background-color: rgb(245,19,206); }

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

border-color css

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

 span { border-color: rgb(245,19,206); }

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