Html Css Color HEX #F517BC Shocking Pink

📋 copy color: '#F517BC'

red 245 ◦ green 23 ◦ blue 188

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

Shades of Shocking Pink #F517BC

Tints of Shocking Pink #F517BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 53.73%
G = 5.04%
B = 41.23%

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

#F517BC (or 0xF517BC) is known color: Shocking Pink. HEX triplet: F5, 17 and BC. RGB value is (245,23,188). Sum of RGB (Red+Green+Blue) = 245+23+188=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F517BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517BC is #0AE843. Grayscale: #6B6B6B. Windows color (decimal): -714820 or 12326901. OLE color: 12326901.

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

Color convert

RGB 245 23 188 -
CMYK 0 0.91 0.23 0.04
HSL 315.41º 0.92% 0.53% -
HSV(B) 315.41º 0.91% 0.96% -
XYZ 47.04 23.66 49.66 -
YUV 108.19 173.05 225.58 -
System Red Green Blue C M Y K H S L
Decimal 245 23 188 0 0.91 0.23 0.04 315.41 0.92 0.53
Hex F5 17 BC 0 5B 17 4 13B 5C 35
Octal 365 27 274 0 133 27 4 473 134 65
Binary 11110101 10111 10111100 0 1011011 10111 100 100111011 1011100 110101

Color Harmonies of #F517BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517BC

Black with #F517BC

Text Example


Text Example

White with #F517BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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