Html Css Color HEX #F47885 Deep Blush

📋 copy color: '#F47885'

red 244 ◦ green 120 ◦ blue 133

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

Shades of Deep Blush #F47885

Tints of Deep Blush #F47885

RGB

 RED value IS 244 (95.7% from 255) = 49.09%

 GREEN value IS 120 (47.27% from 255) = 24.14%

 BLUE value IS 133 (52.34% from 255) = 26.76%

R = 49.09%
G = 24.14%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F47885 (or 0xF47885) is known color: Deep Blush. HEX triplet: F4, 78 and 85. RGB value is (244,120,133). Sum of RGB (Red+Green+Blue) = 244+120+133=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F47885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47885 is #0B877A. Grayscale: #9E9E9E. Windows color (decimal): -755579 or 8747252. OLE color: 8747252.

HSL color Cylindrical-coordinate representation of color #F47885: hue angle of 353.71º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47885 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 120 133 -
CMYK 0 0.51 0.45 0.04
HSL 353.71º 0.85% 0.71% -
HSV(B) 353.71º 0.51% 0.96% -
XYZ 48.26 34.36 26.28 -
YUV 158.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 244 120 133 0 0.51 0.45 0.04 353.71 0.85 0.71
Hex F4 78 85 0 33 2D 4 162 55 47
Octal 364 170 205 0 63 55 4 542 125 107
Binary 11110100 1111000 10000101 0 110011 101101 100 101100010 1010101 1000111

Color Harmonies of #F47885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47885

Black with #F47885

Text Example


Text Example

White with #F47885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47885; }

 p { color: rgb(244,120,133); }

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

background-color css

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

 a { background-color: rgb(244,120,133); }

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

border-color css

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

 span { border-color: rgb(244,120,133); }

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