#F25B70

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

Shades of Wild Watermelon #F25B70

Tints of Wild Watermelon #F25B70

Color information

#F25B70 (or 0xF25B70) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5B and 70. RGB value is (242,91,112). Sum of RGB (Red+Green+Blue) = 242+91+112=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B70 is #0DA48F. Grayscale: #8A8A8A. Windows color (decimal): -894096 or 7363570. OLE color: 7363570.

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

Color convert

RGB24291112-
CMYK00.620.540.05
HSL351.66º85.31%65.29%-
HSV(B)351.66º62.4%94.9%-
XYZ43.2827.5318.36-
YUV138.54113.03201.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=54.38%
G=20.45%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429111200.620.540.05351.6685.3165.29
HexF25B7003E3651605541
Octal362133160076665540125101
Binary1111001010110111110000011111011011010110110000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B70; }

 p { color: rgb(242,91,112); }

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

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

 a { background-color: rgb(242,91,112); }

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

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

 span { border-color: rgb(242,91,112); }

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