#F25A68

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

Shades of Wild Watermelon #F25A68

Tints of Wild Watermelon #F25A68

Color information

#F25A68 (or 0xF25A68) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5A and 68. RGB value is (242,90,104). Sum of RGB (Red+Green+Blue) = 242+90+104=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A68 is #0DA597. Grayscale: #898989. Windows color (decimal): -894360 or 6839026. OLE color: 6839026.

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

Color convert

RGB24290104-
CMYK00.630.570.05
HSL354.47º85.39%65.1%-
HSV(B)354.47º62.81%94.9%-
XYZ42.7727.1916.09-
YUV137.04109.36202.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.50%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=55.50%
G=20.64%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429010400.630.570.05354.4785.3965.1
HexF25A6803F3951625541
Octal362132150077715542125101
Binary1111001010110101101000011111111100110110110001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A68; }

 p { color: rgb(242,90,104); }

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

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

 a { background-color: rgb(242,90,104); }

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

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

 span { border-color: rgb(242,90,104); }

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