Html Css Color HEX #F809BB Shocking Pink

📋 copy color: '#F809BB'

red 248 ◦ green 9 ◦ blue 187

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

Shades of Shocking Pink #F809BB

Tints of Shocking Pink #F809BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 55.86%
G = 2.03%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F809BB (or 0xF809BB) is known color: Shocking Pink. HEX triplet: F8, 09 and BB. RGB value is (248,9,187). Sum of RGB (Red+Green+Blue) = 248+9+187=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F809BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809BB is #07F644. Grayscale: #646464. Windows color (decimal): -521797 or 12257784. OLE color: 12257784.

HSL color Cylindrical-coordinate representation of color #F809BB: hue angle of 315.31º 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 #F809BB is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 9 187 -
CMYK 0 0.96 0.25 0.03
HSL 315.31º 0.94% 0.5% -
HSV(B) 315.31º 0.96% 0.97% -
XYZ 47.78 23.74 49.08 -
YUV 100.75 176.68 233.03 -
System Red Green Blue C M Y K H S L
Decimal 248 9 187 0 0.96 0.25 0.03 315.31 0.94 0.5
Hex F8 9 BB 0 60 19 3 13B 5E 32
Octal 370 11 273 0 140 31 3 473 136 62
Binary 11111000 1001 10111011 0 1100000 11001 11 100111011 1011110 110010

Color Harmonies of #F809BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809BB

Black with #F809BB

Text Example


Text Example

White with #F809BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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