#FA5B74

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

Shades of Wild Watermelon #FA5B74

Tints of Wild Watermelon #FA5B74

Color information

#FA5B74 (or 0xFA5B74) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5B and 74. RGB value is (250,91,116). Sum of RGB (Red+Green+Blue) = 250+91+116=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B74 is #05A48B. Grayscale: #8D8D8D. Windows color (decimal): -369804 or 7625722. OLE color: 7625722.

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

Color convert

RGB25091116-
CMYK00.640.540.02
HSL350.57º94.08%66.86%-
HSV(B)350.57º63.6%98.04%-
XYZ46.3229.0719.69-
YUV141.39113.68205.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=54.70%
G=19.91%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509111600.640.540.02350.5794.0866.86
HexFA5B7404036215f5e43
Octal3721331640100662537136103
Binary1111101010110111110100010000001101101010101111110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5B74; }

 p { color: rgb(250,91,116); }

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

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

 a { background-color: rgb(250,91,116); }

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

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

 span { border-color: rgb(250,91,116); }

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