Html Css Color HEX #F809BC Shocking Pink

📋 copy color: '#F809BC'

red 248 ◦ green 9 ◦ blue 188

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

Shades of Shocking Pink #F809BC

Tints of Shocking Pink #F809BC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.02%

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

R = 55.73%
G = 2.02%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F809BC (or 0xF809BC) is known color: Shocking Pink. HEX triplet: F8, 09 and BC. RGB value is (248,9,188). Sum of RGB (Red+Green+Blue) = 248+9+188=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F809BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809BC is #07F643. Grayscale: #646464. Windows color (decimal): -521796 or 12323320. OLE color: 12323320.

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

Color convert

RGB 248 9 188 -
CMYK 0 0.96 0.24 0.03
HSL 315.06º 0.94% 0.5% -
HSV(B) 315.06º 0.96% 0.97% -
XYZ 47.89 23.78 49.64 -
YUV 100.87 177.18 232.95 -
System Red Green Blue C M Y K H S L
Decimal 248 9 188 0 0.96 0.24 0.03 315.06 0.94 0.5
Hex F8 9 BC 0 60 18 3 13B 5E 32
Octal 370 11 274 0 140 30 3 473 136 62
Binary 11111000 1001 10111100 0 1100000 11000 11 100111011 1011110 110010

Color Harmonies of #F809BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809BC

Black with #F809BC

Text Example


Text Example

White with #F809BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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