#f47285

Color #F47285 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F47285

Tints of Deep Blush #F47285

Color information

#F47285 (or 0xF47285) is unknown color: approx Deep Blush. HEX triplet: F4, 72 and 85. RGB value is (244,114,133). Sum of RGB (Red+Green+Blue) = 244+114+133=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F47285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47285 is #0B8D7A. Grayscale: #9B9B9B. Windows color (decimal): -757115 or 8745716. OLE color: 8745716.

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

Color convert

RGB244114133-
CMYK00.530.450.04
HSL351.23º85.53%70.2%-
HSV(B)351.23º53.28%95.69%-
XYZ47.5632.9626.05-
YUV155.04115.57191.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.69%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=49.69%
G=23.22%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411413300.530.450.04351.2385.5370.2
HexF472850352D415f5646
Octal364162205065554537126106
Binary11110100111001010000101011010110110110010101111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f47285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f47285; }

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

 H1.HeaderClassName
 {
   color: #f47285;
 }
 .AnyTagClassName
 {
   color: #f47285;
 }
</style>
background-color css

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

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

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

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

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

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