#F25A5F

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

Shades of Wild Watermelon #F25A5F

Tints of Wild Watermelon #F25A5F

Color information

#F25A5F (or 0xF25A5F) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5A and 5F. RGB value is (242,90,95). Sum of RGB (Red+Green+Blue) = 242+90+95=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A5F is #0DA5A0. Grayscale: #888888. Windows color (decimal): -894369 or 6249202. OLE color: 6249202.

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

Color convert

RGB2429095-
CMYK00.630.610.05
HSL358.03º85.39%65.1%-
HSV(B)358.03º62.81%94.9%-
XYZ42.3427.0213.81-
YUV136.02104.86203.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 95 (37.5% from 255) = 22.25%
R=56.67%
G=21.08%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242909500.630.610.05358.0385.3965.1
HexF25A5F03F3D51665541
Octal362132137077755546125101
Binary1111001010110101011111011111111110110110110011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A5F; }

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

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

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

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

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

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

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

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