Html Css Color HEX #F8758C Deep Blush

📋 copy color: '#F8758C'

red 248 ◦ green 117 ◦ blue 140

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

Shades of Deep Blush #F8758C

Tints of Deep Blush #F8758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 49.11%
G = 23.17%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8758C (or 0xF8758C) is known color: Deep Blush. HEX triplet: F8, 75 and 8C. RGB value is (248,117,140). Sum of RGB (Red+Green+Blue) = 248+117+140=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8758C is #078A73. Grayscale: #9E9E9E. Windows color (decimal): -494196 or 9205240. OLE color: 9205240.

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

Color convert

RGB 248 117 140 -
CMYK 0 0.53 0.44 0.03
HSL 349.47º 0.9% 0.72% -
HSV(B) 349.47º 0.53% 0.97% -
XYZ 49.81 34.57 28.86 -
YUV 158.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 248 117 140 0 0.53 0.44 0.03 349.47 0.9 0.72
Hex F8 75 8C 0 35 2C 3 15D 5A 48
Octal 370 165 214 0 65 54 3 535 132 110
Binary 11111000 1110101 10001100 0 110101 101100 11 101011101 1011010 1001000

Color Harmonies of #F8758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8758C

Black with #F8758C

Text Example


Text Example

White with #F8758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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