Html Css Color HEX #F800BB Shocking Pink

📋 copy color: '#F800BB'

red 248 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #F800BB

Tints of Shocking Pink #F800BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.01%
G = 0%
B = 42.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F800BB (or 0xF800BB) is known color: Shocking Pink. HEX triplet: F8, 00 and BB. RGB value is (248,0,187). Sum of RGB (Red+Green+Blue) = 248+0+187=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F800BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F800BB is #07FF44. Grayscale: #5E5E5E. Windows color (decimal): -524101 or 12255480. OLE color: 12255480.

HSL color Cylindrical-coordinate representation of color #F800BB: hue angle of 314.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800BB is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 187 -
CMYK 0 1 0.25 0.03
HSL 314.76º 1% 0.49% -
HSV(B) 314.76º 1% 0.97% -
XYZ 47.68 23.54 49.05 -
YUV 95.47 179.66 236.79 -
System Red Green Blue C M Y K H S L
Decimal 248 0 187 0 1 0.25 0.03 314.76 1 0.49
Hex F8 0 BB 0 64 19 3 13B 64 31
Octal 370 0 273 0 144 31 3 473 144 61
Binary 11111000 0 10111011 0 1100100 11001 11 100111011 1100100 110001

Color Harmonies of #F800BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800BB

Black with #F800BB

Text Example


Text Example

White with #F800BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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