Html Css Color HEX #F894BC Shocking

📋 copy color: '#F894BC'

red 248 ◦ green 148 ◦ blue 188

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

Shades of Shocking #F894BC

Tints of Shocking #F894BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 42.47%
G = 25.34%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F894BC (or 0xF894BC) is known color: Shocking. HEX triplet: F8, 94 and BC. RGB value is (248,148,188). Sum of RGB (Red+Green+Blue) = 248+148+188=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F894BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894BC is #076B43. Grayscale: #B6B6B6. Windows color (decimal): -486212 or 12358904. OLE color: 12358904.

HSL color Cylindrical-coordinate representation of color #F894BC: hue angle of 336º 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 #F894BC is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 188 -
CMYK 0 0.40 0.24 0.03
HSL 336º 0.88% 0.78% -
HSV(B) 336º 0.4% 0.97% -
XYZ 58.38 44.77 53.14 -
YUV 182.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 248 148 188 0 0.40 0.24 0.03 336 0.88 0.78
Hex F8 94 BC 0 28 18 3 150 58 4E
Octal 370 224 274 0 50 30 3 520 130 116
Binary 11111000 10010100 10111100 0 101000 11000 11 101010000 1011000 1001110

Color Harmonies of #F894BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894BC

Black with #F894BC

Text Example


Text Example

White with #F894BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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