#F27293

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

Shades of Deep Blush #F27293

Tints of Deep Blush #F27293

Color information

#F27293 (or 0xF27293) is unknown color: approx Deep Blush. HEX triplet: F2, 72 and 93. RGB value is (242,114,147). Sum of RGB (Red+Green+Blue) = 242+114+147=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F27293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27293 is #0D8D6C. Grayscale: #9C9C9C. Windows color (decimal): -888173 or 9663218. OLE color: 9663218.

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

Color convert

RGB242114147-
CMYK00.530.390.05
HSL344.53º83.12%69.8%-
HSV(B)344.53º52.89%94.9%-
XYZ47.933.0231.45-
YUV156.03122.91189.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=48.11%
G=22.66%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211414700.530.390.05344.5383.1269.8
HexF272930352751595346
Octal362162223065475531123106
Binary11110010111001010010011011010110011110110101100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27293; }

 p { color: rgb(242,114,147); }

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

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

 a { background-color: rgb(242,114,147); }

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

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

 span { border-color: rgb(242,114,147); }

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