Html Css Color HEX #F517BD Shocking Pink

📋 copy color: '#F517BD'

red 245 ◦ green 23 ◦ blue 189

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

Shades of Shocking Pink #F517BD

Tints of Shocking Pink #F517BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.03%

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 53.61%
G = 5.03%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F517BD (or 0xF517BD) is known color: Shocking Pink. HEX triplet: F5, 17 and BD. RGB value is (245,23,189). Sum of RGB (Red+Green+Blue) = 245+23+189=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F517BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517BD is #0AE842. Grayscale: #6B6B6B. Windows color (decimal): -714819 or 12392437. OLE color: 12392437.

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

Color convert

RGB 245 23 189 -
CMYK 0 0.91 0.23 0.04
HSL 315.14º 0.92% 0.53% -
HSV(B) 315.14º 0.91% 0.96% -
XYZ 47.15 23.7 50.23 -
YUV 108.3 173.55 225.5 -
System Red Green Blue C M Y K H S L
Decimal 245 23 189 0 0.91 0.23 0.04 315.14 0.92 0.53
Hex F5 17 BD 0 5B 17 4 13B 5C 35
Octal 365 27 275 0 133 27 4 473 134 65
Binary 11110101 10111 10111101 0 1011011 10111 100 100111011 1011100 110101

Color Harmonies of #F517BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517BD

Black with #F517BD

Text Example


Text Example

White with #F517BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517BD; }

 p { color: rgb(245,23,189); }

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

background-color css

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

 a { background-color: rgb(245,23,189); }

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

border-color css

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

 span { border-color: rgb(245,23,189); }

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