#F25A67

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

Shades of Wild Watermelon #F25A67

Tints of Wild Watermelon #F25A67

Color information

#F25A67 (or 0xF25A67) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5A and 67. RGB value is (242,90,103). Sum of RGB (Red+Green+Blue) = 242+90+103=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A67 is #0DA598. Grayscale: #898989. Windows color (decimal): -894361 or 6773490. OLE color: 6773490.

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

Color convert

RGB24290103-
CMYK00.630.570.05
HSL354.87º85.39%65.1%-
HSV(B)354.87º62.81%94.9%-
XYZ42.7227.1715.82-
YUV136.93108.86202.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.63%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=55.63%
G=20.69%
B=23.68%

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
Decimal2429010300.630.570.05354.8785.3965.1
HexF25A6703F3951635541
Octal362132147077715543125101
Binary1111001010110101100111011111111100110110110001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A67; }

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

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

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

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

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

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

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

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