#F27194

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

Shades of Deep Blush #F27194

Tints of Deep Blush #F27194

Color information

#F27194 (or 0xF27194) is unknown color: approx Deep Blush. HEX triplet: F2, 71 and 94. RGB value is (242,113,148). Sum of RGB (Red+Green+Blue) = 242+113+148=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F27194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27194 is #0D8E6B. Grayscale: #9B9B9B. Windows color (decimal): -888428 or 9728498. OLE color: 9728498.

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

Color convert

RGB242113148-
CMYK00.530.390.05
HSL343.72º83.23%69.61%-
HSV(B)343.72º53.31%94.9%-
XYZ47.8732.8331.83-
YUV155.56123.74189.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=48.11%
G=22.47%
B=29.42%

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
Decimal24211314800.530.390.05343.7283.2369.61
HexF271940352751585346
Octal362161224065475530123106
Binary11110010111000110010100011010110011110110101100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27194; }

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

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

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

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

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

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

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

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