#F26074

Color #F26074 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F26074

Tints of Wild Watermelon #F26074

Color information

#F26074 (or 0xF26074) is unknown color: approx Wild Watermelon. HEX triplet: F2, 60 and 74. RGB value is (242,96,116). Sum of RGB (Red+Green+Blue) = 242+96+116=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F26074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26074 is #0D9F8B. Grayscale: #8E8E8E. Windows color (decimal): -892812 or 7626994. OLE color: 7626994.

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

Color convert

RGB24296116-
CMYK00.600.520.05
HSL351.78º84.88%66.27%-
HSV(B)351.78º60.33%94.9%-
XYZ43.9528.519.71-
YUV141.93113.37199.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.30%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=53.30%
G=21.15%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429611600.600.520.05351.7884.8866.27
HexF2607403C3451605542
Octal362140164074645540125102
Binary1111001011000001110100011110011010010110110000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26074; }

 p { color: rgb(242,96,116); }

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

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

 a { background-color: rgb(242,96,116); }

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

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

 span { border-color: rgb(242,96,116); }

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