#F27085

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

Shades of Deep Blush #F27085

Tints of Deep Blush #F27085

Color information

#F27085 (or 0xF27085) is unknown color: approx Deep Blush. HEX triplet: F2, 70 and 85. RGB value is (242,112,133). Sum of RGB (Red+Green+Blue) = 242+112+133=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F27085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27085 is #0D8F7A. Grayscale: #999999. Windows color (decimal): -888699 or 8745202. OLE color: 8745202.

HSL color Cylindrical-coordinate representation of color #F27085: hue angle of 350.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F27085 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242112133-
CMYK00.540.450.05
HSL350.31º83.33%69.41%-
HSV(B)350.31º53.72%94.9%-
XYZ46.6532.1625.94-
YUV153.26116.57191.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=49.69%
G=23.00%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211213300.540.450.05350.3183.3369.41
HexF270850362D515e5345
Octal362160205066555536123105
Binary11110010111000010000101011011010110110110101111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27085; }

 p { color: rgb(242,112,133); }

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

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

 a { background-color: rgb(242,112,133); }

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

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

 span { border-color: rgb(242,112,133); }

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