Html Css Color HEX #F895C0 Shocking

📋 copy color: '#F895C0'

red 248 ◦ green 149 ◦ blue 192

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

Shades of Shocking #F895C0

Tints of Shocking #F895C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.3%

 BLUE value IS 192 (75.39% from 255) = 32.6%

R = 42.11%
G = 25.3%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F895C0 (or 0xF895C0) is known color: Shocking. HEX triplet: F8, 95 and C0. RGB value is (248,149,192). Sum of RGB (Red+Green+Blue) = 248+149+192=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F895C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895C0 is #076A3F. Grayscale: #B7B7B7. Windows color (decimal): -485952 or 12621304. OLE color: 12621304.

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

Color convert

RGB 248 149 192 -
CMYK 0 0.40 0.23 0.03
HSL 333.94º 0.88% 0.78% -
HSV(B) 333.94º 0.4% 0.97% -
XYZ 58.97 45.26 55.5 -
YUV 183.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 248 149 192 0 0.40 0.23 0.03 333.94 0.88 0.78
Hex F8 95 C0 0 28 17 3 14E 58 4E
Octal 370 225 300 0 50 27 3 516 130 116
Binary 11111000 10010101 11000000 0 101000 10111 11 101001110 1011000 1001110

Color Harmonies of #F895C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895C0

Black with #F895C0

Text Example


Text Example

White with #F895C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895C0; }

 p { color: rgb(248,149,192); }

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

background-color css

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

 a { background-color: rgb(248,149,192); }

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

border-color css

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

 span { border-color: rgb(248,149,192); }

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