Html Css Color HEX #F894BB Shocking

📋 copy color: '#F894BB'

red 248 ◦ green 148 ◦ blue 187

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

Shades of Shocking #F894BB

Tints of Shocking #F894BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.39%

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

R = 42.54%
G = 25.39%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F894BB (or 0xF894BB) is known color: Shocking. HEX triplet: F8, 94 and BB. RGB value is (248,148,187). Sum of RGB (Red+Green+Blue) = 248+148+187=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F894BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894BB is #076B44. Grayscale: #B6B6B6. Windows color (decimal): -486213 or 12293368. OLE color: 12293368.

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

Color convert

RGB 248 148 187 -
CMYK 0 0.40 0.25 0.03
HSL 336.6º 0.88% 0.78% -
HSV(B) 336.6º 0.4% 0.97% -
XYZ 58.27 44.72 52.58 -
YUV 182.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 248 148 187 0 0.40 0.25 0.03 336.6 0.88 0.78
Hex F8 94 BB 0 28 19 3 151 58 4E
Octal 370 224 273 0 50 31 3 521 130 116
Binary 11111000 10010100 10111011 0 101000 11001 11 101010001 1011000 1001110

Color Harmonies of #F894BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894BB

Black with #F894BB

Text Example


Text Example

White with #F894BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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