#FA5F61

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

Shades of Wild Watermelon #FA5F61

Tints of Wild Watermelon #FA5F61

Color information

#FA5F61 (or 0xFA5F61) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5F and 61. RGB value is (250,95,97). Sum of RGB (Red+Green+Blue) = 250+95+97=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F61 is #05A09E. Grayscale: #8D8D8D. Windows color (decimal): -368799 or 6381562. OLE color: 6381562.

HSL color Cylindrical-coordinate representation of color #FA5F61: hue angle of 359.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5F61 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB2509597-
CMYK00.620.610.02
HSL359.23º93.94%67.65%-
HSV(B)359.23º62%98.04%-
XYZ45.6729.3714.57-
YUV141.57102.85205.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.56%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=56.56%
G=21.49%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250959700.620.610.02359.2393.9467.65
HexFA5F6103E3D21675e44
Octal372137141076752547136104
Binary111110101011111110000101111101111011010110011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F61; }

 p { color: rgb(250,95,97); }

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

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

 a { background-color: rgb(250,95,97); }

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

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

 span { border-color: rgb(250,95,97); }

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