Html Css Color HEX #F818BB Shocking Pink

📋 copy color: '#F818BB'

red 248 ◦ green 24 ◦ blue 187

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

Shades of Shocking Pink #F818BB

Tints of Shocking Pink #F818BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.23%

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

R = 54.03%
G = 5.23%
B = 40.74%

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

#F818BB (or 0xF818BB) is known color: Shocking Pink. HEX triplet: F8, 18 and BB. RGB value is (248,24,187). Sum of RGB (Red+Green+Blue) = 248+24+187=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F818BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818BB is #07E744. Grayscale: #6D6D6D. Windows color (decimal): -517957 or 12261624. OLE color: 12261624.

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

Color convert

RGB 248 24 187 -
CMYK 0 0.90 0.25 0.03
HSL 316.34º 0.94% 0.53% -
HSV(B) 316.34º 0.9% 0.97% -
XYZ 48.01 24.2 49.15 -
YUV 109.56 171.71 226.75 -
System Red Green Blue C M Y K H S L
Decimal 248 24 187 0 0.90 0.25 0.03 316.34 0.94 0.53
Hex F8 18 BB 0 5A 19 3 13C 5E 35
Octal 370 30 273 0 132 31 3 474 136 65
Binary 11111000 11000 10111011 0 1011010 11001 11 100111100 1011110 110101

Color Harmonies of #F818BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F818BB

Black with #F818BB

Text Example


Text Example

White with #F818BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F818BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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