Html Css Color HEX #F87191 Deep Blush

📋 copy color: '#F87191'

red 248 ◦ green 113 ◦ blue 145

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

Shades of Deep Blush #F87191

Tints of Deep Blush #F87191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 49.01%
G = 22.33%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F87191 (or 0xF87191) is known color: Deep Blush. HEX triplet: F8, 71 and 91. RGB value is (248,113,145). Sum of RGB (Red+Green+Blue) = 248+113+145=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F87191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87191 is #078E6E. Grayscale: #9D9D9D. Windows color (decimal): -495215 or 9531896. OLE color: 9531896.

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

Color convert

RGB 248 113 145 -
CMYK 0 0.54 0.42 0.03
HSL 345.78º 0.91% 0.71% -
HSV(B) 345.78º 0.54% 0.97% -
XYZ 49.73 33.81 30.69 -
YUV 157.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 248 113 145 0 0.54 0.42 0.03 345.78 0.91 0.71
Hex F8 71 91 0 36 2A 3 15A 5B 47
Octal 370 161 221 0 66 52 3 532 133 107
Binary 11111000 1110001 10010001 0 110110 101010 11 101011010 1011011 1000111

Color Harmonies of #F87191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87191

Black with #F87191

Text Example


Text Example

White with #F87191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87191; }

 p { color: rgb(248,113,145); }

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

background-color css

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

 a { background-color: rgb(248,113,145); }

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

border-color css

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

 span { border-color: rgb(248,113,145); }

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