#FA6069

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

Shades of Wild Watermelon #FA6069

Tints of Wild Watermelon #FA6069

Color information

#FA6069 (or 0xFA6069) is unknown color: approx Wild Watermelon. HEX triplet: FA, 60 and 69. RGB value is (250,96,105). Sum of RGB (Red+Green+Blue) = 250+96+105=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6069 is #059F96. Grayscale: #8F8F8F. Windows color (decimal): -368535 or 6906106. OLE color: 6906106.

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

Color convert

RGB25096105-
CMYK00.620.580.02
HSL356.49º93.9%67.84%-
HSV(B)356.49º61.6%98.04%-
XYZ46.1629.7116.67-
YUV143.07106.52204.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.43%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=55.43%
G=21.29%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509610500.620.580.02356.4993.967.84
HexFA606903E3A21645e44
Octal372140151076722544136104
Binary111110101100000110100101111101110101010110010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6069; }

 p { color: rgb(250,96,105); }

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

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

 a { background-color: rgb(250,96,105); }

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

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

 span { border-color: rgb(250,96,105); }

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