Html Css Color HEX #F817BC Shocking Pink

📋 copy color: '#F817BC'

red 248 ◦ green 23 ◦ blue 188

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

Shades of Shocking Pink #F817BC

Tints of Shocking Pink #F817BC

RGB

 RED value IS 248 (97.27% from 255) = 54.03%

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

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

R = 54.03%
G = 5.01%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F817BC (or 0xF817BC) is known color: Shocking Pink. HEX triplet: F8, 17 and BC. RGB value is (248,23,188). Sum of RGB (Red+Green+Blue) = 248+23+188=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F817BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817BC is #07E843. Grayscale: #6C6C6C. Windows color (decimal): -518212 or 12326904. OLE color: 12326904.

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

Color convert

RGB 248 23 188 -
CMYK 0 0.91 0.24 0.03
HSL 316º 0.94% 0.53% -
HSV(B) 316º 0.91% 0.97% -
XYZ 48.09 24.2 49.71 -
YUV 109.09 172.54 227.08 -
System Red Green Blue C M Y K H S L
Decimal 248 23 188 0 0.91 0.24 0.03 316 0.94 0.53
Hex F8 17 BC 0 5B 18 3 13C 5E 35
Octal 370 27 274 0 133 30 3 474 136 65
Binary 11111000 10111 10111100 0 1011011 11000 11 100111100 1011110 110101

Color Harmonies of #F817BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F817BC

Black with #F817BC

Text Example


Text Example

White with #F817BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F817BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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