#F26193

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

Shades of Deep Blush #F26193

Tints of Deep Blush #F26193

Color information

#F26193 (or 0xF26193) is unknown color: approx Deep Blush. HEX triplet: F2, 61 and 93. RGB value is (242,97,147). Sum of RGB (Red+Green+Blue) = 242+97+147=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F26193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26193 is #0D9E6C. Grayscale: #929292. Windows color (decimal): -892525 or 9658866. OLE color: 9658866.

HSL color Cylindrical-coordinate representation of color #F26193: hue angle of 339.31º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26193 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB24297147-
CMYK00.600.390.05
HSL339.31º84.8%66.47%-
HSV(B)339.31º59.92%94.9%-
XYZ46.1629.5330.87-
YUV146.06128.54196.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=49.79%
G=19.96%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429714700.600.390.05339.3184.866.47
HexF2619303C2751535542
Octal362141223074475523125102
Binary11110010110000110010011011110010011110110101001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26193; }

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

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

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

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

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

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

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

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