Html Css Color HEX #F81BBB Shocking Pink

📋 copy color: '#F81BBB'

red 248 ◦ green 27 ◦ blue 187

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

Shades of Shocking Pink #F81BBB

Tints of Shocking Pink #F81BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.84%

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

R = 53.68%
G = 5.84%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F81BBB (or 0xF81BBB) is known color: Shocking Pink. HEX triplet: F8, 1B and BB. RGB value is (248,27,187). Sum of RGB (Red+Green+Blue) = 248+27+187=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81BBB is #07E444. Grayscale: #6E6E6E. Windows color (decimal): -517189 or 12262392. OLE color: 12262392.

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

Color convert

RGB 248 27 187 -
CMYK 0 0.89 0.25 0.03
HSL 316.56º 0.94% 0.54% -
HSV(B) 316.56º 0.89% 0.97% -
XYZ 48.07 24.33 49.18 -
YUV 111.32 170.72 225.49 -
System Red Green Blue C M Y K H S L
Decimal 248 27 187 0 0.89 0.25 0.03 316.56 0.94 0.54
Hex F8 1B BB 0 59 19 3 13D 5E 36
Octal 370 33 273 0 131 31 3 475 136 66
Binary 11111000 11011 10111011 0 1011001 11001 11 100111101 1011110 110110

Color Harmonies of #F81BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BBB

Black with #F81BBB

Text Example


Text Example

White with #F81BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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