#FA6875

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

Shades of Wild Watermelon #FA6875

Tints of Wild Watermelon #FA6875

Color information

#FA6875 (or 0xFA6875) is unknown color: approx Wild Watermelon. HEX triplet: FA, 68 and 75. RGB value is (250,104,117). Sum of RGB (Red+Green+Blue) = 250+104+117=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6875 is #05978A. Grayscale: #959595. Windows color (decimal): -366475 or 7694586. OLE color: 7694586.

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

Color convert

RGB250104117-
CMYK00.580.530.02
HSL354.66º93.59%69.41%-
HSV(B)354.66º58.4%98.04%-
XYZ47.5931.5120.4-
YUV149.14109.87199.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.08%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=53.08%
G=22.08%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010411700.580.530.02354.6693.5969.41
HexFA687503A3521635e45
Octal372150165072652543136105
Binary111110101101000111010101110101101011010110001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6875; }

 p { color: rgb(250,104,117); }

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

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

 a { background-color: rgb(250,104,117); }

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

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

 span { border-color: rgb(250,104,117); }

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