Html Css Color HEX #F86995 Deep Blush

📋 copy color: '#F86995'

red 248 ◦ green 105 ◦ blue 149

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

Shades of Deep Blush #F86995

Tints of Deep Blush #F86995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 49.4%
G = 20.92%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F86995 (or 0xF86995) is known color: Deep Blush. HEX triplet: F8, 69 and 95. RGB value is (248,105,149). Sum of RGB (Red+Green+Blue) = 248+105+149=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F86995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86995 is #07966A. Grayscale: #989898. Windows color (decimal): -497259 or 9791992. OLE color: 9791992.

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

Color convert

RGB 248 105 149 -
CMYK 0 0.58 0.40 0.03
HSL 341.54º 0.91% 0.69% -
HSV(B) 341.54º 0.58% 0.97% -
XYZ 49.19 32.23 32.06 -
YUV 152.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 248 105 149 0 0.58 0.40 0.03 341.54 0.91 0.69
Hex F8 69 95 0 3A 28 3 156 5B 45
Octal 370 151 225 0 72 50 3 526 133 105
Binary 11111000 1101001 10010101 0 111010 101000 11 101010110 1011011 1000101

Color Harmonies of #F86995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86995

Black with #F86995

Text Example


Text Example

White with #F86995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86995; }

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

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

background-color css

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

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

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

border-color css

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

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

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