#F25A6B

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

Shades of Wild Watermelon #F25A6B

Tints of Wild Watermelon #F25A6B

Color information

#F25A6B (or 0xF25A6B) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5A and 6B. RGB value is (242,90,107). Sum of RGB (Red+Green+Blue) = 242+90+107=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A6B is #0DA594. Grayscale: #898989. Windows color (decimal): -894357 or 7035634. OLE color: 7035634.

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

Color convert

RGB24290107-
CMYK00.630.560.05
HSL353.29º85.39%65.1%-
HSV(B)353.29º62.81%94.9%-
XYZ42.9327.2516.91-
YUV137.39110.86202.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=55.13%
G=20.50%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429010700.630.560.05353.2985.3965.1
HexF25A6B03F3851615541
Octal362132153077705541125101
Binary1111001010110101101011011111111100010110110000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25A6B; }

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

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

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

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

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

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

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

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