Html Css Color HEX #F917BC Shocking Pink

📋 copy color: '#F917BC'

red 249 ◦ green 23 ◦ blue 188

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

Shades of Shocking Pink #F917BC

Tints of Shocking Pink #F917BC

RGB

 RED value IS 249 (97.66% from 255) = 54.13%

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

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

R = 54.13%
G = 5%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F917BC (or 0xF917BC) is known color: Shocking Pink. HEX triplet: F9, 17 and BC. RGB value is (249,23,188). Sum of RGB (Red+Green+Blue) = 249+23+188=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F917BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917BC is #06E843. Grayscale: #6C6C6C. Windows color (decimal): -452676 or 12326905. OLE color: 12326905.

HSL color Cylindrical-coordinate representation of color #F917BC: hue angle of 316.19º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917BC is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 23 188 -
CMYK 0 0.91 0.24 0.02
HSL 316.19º 0.95% 0.53% -
HSV(B) 316.19º 0.91% 0.98% -
XYZ 48.45 24.38 49.73 -
YUV 109.38 172.37 227.58 -
System Red Green Blue C M Y K H S L
Decimal 249 23 188 0 0.91 0.24 0.02 316.19 0.95 0.53
Hex F9 17 BC 0 5B 18 2 13C 5F 35
Octal 371 27 274 0 133 30 2 474 137 65
Binary 11111001 10111 10111100 0 1011011 11000 10 100111100 1011111 110101

Color Harmonies of #F917BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917BC

Black with #F917BC

Text Example


Text Example

White with #F917BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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