#F26998

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

Shades of Deep Blush #F26998

Tints of Deep Blush #F26998

Color information

#F26998 (or 0xF26998) is unknown color: approx Deep Blush. HEX triplet: F2, 69 and 98. RGB value is (242,105,152). Sum of RGB (Red+Green+Blue) = 242+105+152=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F26998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26998 is #0D9667. Grayscale: #979797. Windows color (decimal): -890472 or 9988594. OLE color: 9988594.

HSL color Cylindrical-coordinate representation of color #F26998: hue angle of 339.42º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26998 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB242105152-
CMYK00.570.370.05
HSL339.42º84.05%68.04%-
HSV(B)339.42º56.61%94.9%-
XYZ47.3431.2533.24-
YUV151.32128.39192.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=48.50%
G=21.04%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210515200.570.370.05339.4284.0568.04
HexF269980392551535444
Octal362151230071455523124104
Binary11110010110100110011000011100110010110110101001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26998; }

 p { color: rgb(242,105,152); }

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

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

 a { background-color: rgb(242,105,152); }

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

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

 span { border-color: rgb(242,105,152); }

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