Html Css Color HEX #F8758D Deep Blush

📋 copy color: '#F8758D'

red 248 ◦ green 117 ◦ blue 141

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

Shades of Deep Blush #F8758D

Tints of Deep Blush #F8758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 49.01%
G = 23.12%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8758D (or 0xF8758D) is known color: Deep Blush. HEX triplet: F8, 75 and 8D. RGB value is (248,117,141). Sum of RGB (Red+Green+Blue) = 248+117+141=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8758D is #078A72. Grayscale: #9E9E9E. Windows color (decimal): -494195 or 9270776. OLE color: 9270776.

HSL color Cylindrical-coordinate representation of color #F8758D: hue angle of 349.01º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8758D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 117 141 -
CMYK 0 0.53 0.43 0.03
HSL 349.01º 0.9% 0.72% -
HSV(B) 349.01º 0.53% 0.97% -
XYZ 49.88 34.6 29.25 -
YUV 158.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 248 117 141 0 0.53 0.43 0.03 349.01 0.9 0.72
Hex F8 75 8D 0 35 2B 3 15D 5A 48
Octal 370 165 215 0 65 53 3 535 132 110
Binary 11111000 1110101 10001101 0 110101 101011 11 101011101 1011010 1001000

Color Harmonies of #F8758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8758D

Black with #F8758D

Text Example


Text Example

White with #F8758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8758D; }

 p { color: rgb(248,117,141); }

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

background-color css

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

 a { background-color: rgb(248,117,141); }

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

border-color css

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

 span { border-color: rgb(248,117,141); }

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