#FA5F70

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

Shades of Wild Watermelon #FA5F70

Tints of Wild Watermelon #FA5F70

Color information

#FA5F70 (or 0xFA5F70) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5F and 70. RGB value is (250,95,112). Sum of RGB (Red+Green+Blue) = 250+95+112=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F70 is #05A08F. Grayscale: #8F8F8F. Windows color (decimal): -368784 or 7364602. OLE color: 7364602.

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

Color convert

RGB25095112-
CMYK00.620.550.02
HSL353.42º93.94%67.65%-
HSV(B)353.42º62%98.04%-
XYZ46.4429.6818.61-
YUV143.28110.35204.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=54.70%
G=20.79%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509511200.620.550.02353.4293.9467.65
HexFA5F7003E3721615e44
Octal372137160076672541136104
Binary111110101011111111000001111101101111010110000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F70; }

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

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

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

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

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

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

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

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