Html Css Color HEX #F513D0 Shocking Pink

📋 copy color: '#F513D0'

red 245 ◦ green 19 ◦ blue 208

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

Shades of Shocking Pink #F513D0

Tints of Shocking Pink #F513D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 51.91%
G = 4.03%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F513D0 (or 0xF513D0) is known color: Shocking Pink. HEX triplet: F5, 13 and D0. RGB value is (245,19,208). Sum of RGB (Red+Green+Blue) = 245+19+208=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F513D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513D0 is #0AEC2F. Grayscale: #6B6B6B. Windows color (decimal): -715824 or 13636597. OLE color: 13636597.

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

Color convert

RGB 245 19 208 -
CMYK 0 0.92 0.15 0.04
HSL 309.82º 0.92% 0.52% -
HSV(B) 309.82º 0.92% 0.96% -
XYZ 49.27 24.43 61.79 -
YUV 108.12 184.37 225.63 -
System Red Green Blue C M Y K H S L
Decimal 245 19 208 0 0.92 0.15 0.04 309.82 0.92 0.52
Hex F5 13 D0 0 5C F 4 136 5C 34
Octal 365 23 320 0 134 17 4 466 134 64
Binary 11110101 10011 11010000 0 1011100 1111 100 100110110 1011100 110100

Color Harmonies of #F513D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513D0

Black with #F513D0

Text Example


Text Example

White with #F513D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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