Html Css Color HEX #F86C96 Deep Blush

📋 copy color: '#F86C96'

red 248 ◦ green 108 ◦ blue 150

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

Shades of Deep Blush #F86C96

Tints of Deep Blush #F86C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 49.01%
G = 21.34%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F86C96 (or 0xF86C96) is known color: Deep Blush. HEX triplet: F8, 6C and 96. RGB value is (248,108,150). Sum of RGB (Red+Green+Blue) = 248+108+150=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C96 is #079369. Grayscale: #9A9A9A. Windows color (decimal): -496490 or 9858296. OLE color: 9858296.

HSL color Cylindrical-coordinate representation of color #F86C96: hue angle of 342º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86C96 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 108 150 -
CMYK 0 0.56 0.40 0.03
HSL 342º 0.91% 0.7% -
HSV(B) 342º 0.56% 0.97% -
XYZ 49.58 32.88 32.59 -
YUV 154.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 248 108 150 0 0.56 0.40 0.03 342 0.91 0.7
Hex F8 6C 96 0 38 28 3 156 5B 46
Octal 370 154 226 0 70 50 3 526 133 106
Binary 11111000 1101100 10010110 0 111000 101000 11 101010110 1011011 1000110

Color Harmonies of #F86C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C96

Black with #F86C96

Text Example


Text Example

White with #F86C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C96; }

 p { color: rgb(248,108,150); }

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

background-color css

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

 a { background-color: rgb(248,108,150); }

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

border-color css

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

 span { border-color: rgb(248,108,150); }

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