#F26597

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

Shades of Deep Blush #F26597

Tints of Deep Blush #F26597

Color information

#F26597 (or 0xF26597) is unknown color: approx Deep Blush. HEX triplet: F2, 65 and 97. RGB value is (242,101,151). Sum of RGB (Red+Green+Blue) = 242+101+151=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F26597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26597 is #0D9A68. Grayscale: #949494. Windows color (decimal): -891497 or 9922034. OLE color: 9922034.

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

Color convert

RGB242101151-
CMYK00.580.380.05
HSL338.72º84.43%67.25%-
HSV(B)338.72º58.26%94.9%-
XYZ46.8630.4232.68-
YUV148.86129.21194.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=48.99%
G=20.45%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210115100.580.380.05338.7284.4367.25
HexF2659703A2651535443
Octal362145227072465523124103
Binary11110010110010110010111011101010011010110101001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26597; }

 p { color: rgb(242,101,151); }

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

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

 a { background-color: rgb(242,101,151); }

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

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

 span { border-color: rgb(242,101,151); }

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