#f25b73

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

Shades of Wild Watermelon #F25B73

Tints of Wild Watermelon #F25B73

Color information

#F25B73 (or 0xF25B73) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5B and 73. RGB value is (242,91,115). Sum of RGB (Red+Green+Blue) = 242+91+115=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B73 is #0DA48C. Grayscale: #8A8A8A. Windows color (decimal): -894093 or 7560178. OLE color: 7560178.

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

Color convert

RGB24291115-
CMYK00.620.520.05
HSL350.46º85.31%65.29%-
HSV(B)350.46º62.4%94.9%-
XYZ43.4527.619.26-
YUV138.89114.53201.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 91 (35.94% from 255) = 20.31%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=54.02%
G=20.31%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429111500.620.520.05350.4685.3165.29
HexF25B7303E34515e5541
Octal362133163076645536125101
Binary1111001010110111110011011111011010010110101111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25b73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25b73; }

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

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

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

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

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

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

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

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