Html Css Color HEX #F87290 Deep Blush

📋 copy color: '#F87290'

red 248 ◦ green 114 ◦ blue 144

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

Shades of Deep Blush #F87290

Tints of Deep Blush #F87290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.53%

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 49.01%
G = 22.53%
B = 28.46%

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

#F87290 (or 0xF87290) is known color: Deep Blush. HEX triplet: F8, 72 and 90. RGB value is (248,114,144). Sum of RGB (Red+Green+Blue) = 248+114+144=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F87290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87290 is #078D6F. Grayscale: #9D9D9D. Windows color (decimal): -494960 or 9466616. OLE color: 9466616.

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

Color convert

RGB 248 114 144 -
CMYK 0 0.54 0.42 0.03
HSL 346.57º 0.91% 0.71% -
HSV(B) 346.57º 0.54% 0.97% -
XYZ 49.76 34 30.33 -
YUV 157.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 248 114 144 0 0.54 0.42 0.03 346.57 0.91 0.71
Hex F8 72 90 0 36 2A 3 15B 5B 47
Octal 370 162 220 0 66 52 3 533 133 107
Binary 11111000 1110010 10010000 0 110110 101010 11 101011011 1011011 1000111

Color Harmonies of #F87290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87290

Black with #F87290

Text Example


Text Example

White with #F87290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87290; }

 p { color: rgb(248,114,144); }

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

background-color css

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

 a { background-color: rgb(248,114,144); }

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

border-color css

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

 span { border-color: rgb(248,114,144); }

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