Html Css Color HEX #F801BB Shocking Pink

📋 copy color: '#F801BB'

red 248 ◦ green 1 ◦ blue 187

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

Shades of Shocking Pink #F801BB

Tints of Shocking Pink #F801BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 56.88%
G = 0.23%
B = 42.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F801BB (or 0xF801BB) is known color: Shocking Pink. HEX triplet: F8, 01 and BB. RGB value is (248,1,187). Sum of RGB (Red+Green+Blue) = 248+1+187=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F801BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F801BB is #07FE44. Grayscale: #5F5F5F. Windows color (decimal): -523845 or 12255736. OLE color: 12255736.

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

Color convert

RGB 248 1 187 -
CMYK 0 1.00 0.25 0.03
HSL 314.82º 0.99% 0.49% -
HSV(B) 314.82º 1% 0.97% -
XYZ 47.69 23.57 49.05 -
YUV 96.06 179.33 236.38 -
System Red Green Blue C M Y K H S L
Decimal 248 1 187 0 1.00 0.25 0.03 314.82 0.99 0.49
Hex F8 1 BB 0 64 19 3 13B 63 31
Octal 370 1 273 0 144 31 3 473 143 61
Binary 11111000 1 10111011 0 1100100 11001 11 100111011 1100011 110001

Color Harmonies of #F801BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801BB

Black with #F801BB

Text Example


Text Example

White with #F801BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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