Html Css Color HEX #F819BB Shocking Pink

📋 copy color: '#F819BB'

red 248 ◦ green 25 ◦ blue 187

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

Shades of Shocking Pink #F819BB

Tints of Shocking Pink #F819BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.43%

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

R = 53.91%
G = 5.43%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F819BB (or 0xF819BB) is known color: Shocking Pink. HEX triplet: F8, 19 and BB. RGB value is (248,25,187). Sum of RGB (Red+Green+Blue) = 248+25+187=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F819BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819BB is #07E644. Grayscale: #6D6D6D. Windows color (decimal): -517701 or 12261880. OLE color: 12261880.

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

Color convert

RGB 248 25 187 -
CMYK 0 0.90 0.25 0.03
HSL 316.41º 0.94% 0.54% -
HSV(B) 316.41º 0.9% 0.97% -
XYZ 48.03 24.24 49.16 -
YUV 110.15 171.38 226.33 -
System Red Green Blue C M Y K H S L
Decimal 248 25 187 0 0.90 0.25 0.03 316.41 0.94 0.54
Hex F8 19 BB 0 5A 19 3 13C 5E 36
Octal 370 31 273 0 132 31 3 474 136 66
Binary 11111000 11001 10111011 0 1011010 11001 11 100111100 1011110 110110

Color Harmonies of #F819BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F819BB

Black with #F819BB

Text Example


Text Example

White with #F819BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F819BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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