#F27193

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

Shades of Deep Blush #F27193

Tints of Deep Blush #F27193

Color information

#F27193 (or 0xF27193) is unknown color: approx Deep Blush. HEX triplet: F2, 71 and 93. RGB value is (242,113,147). Sum of RGB (Red+Green+Blue) = 242+113+147=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F27193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27193 is #0D8E6C. Grayscale: #9B9B9B. Windows color (decimal): -888429 or 9662962. OLE color: 9662962.

HSL color Cylindrical-coordinate representation of color #F27193: hue angle of 344.19º 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 #F27193 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB242113147-
CMYK00.530.390.05
HSL344.19º83.23%69.61%-
HSV(B)344.19º53.31%94.9%-
XYZ47.7932.7931.41-
YUV155.45123.24189.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=48.21%
G=22.51%
B=29.28%

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
Decimal24211314700.530.390.05344.1983.2369.61
HexF271930352751585346
Octal362161223065475530123106
Binary11110010111000110010011011010110011110110101100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27193; }

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

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

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

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

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

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

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

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