#FA4E74

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

Shades of Wild Watermelon #FA4E74

Tints of Wild Watermelon #FA4E74

Color information

#FA4E74 (or 0xFA4E74) is unknown color: approx Wild Watermelon. HEX triplet: FA, 4E and 74. RGB value is (250,78,116). Sum of RGB (Red+Green+Blue) = 250+78+116=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E74 is #05B18B. Grayscale: #858585. Windows color (decimal): -373132 or 7622394. OLE color: 7622394.

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

Color convert

RGB25078116-
CMYK00.690.540.02
HSL346.74º94.51%64.31%-
HSV(B)346.74º68.8%98.04%-
XYZ45.327.0319.35-
YUV133.76117.98210.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.31%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=56.31%
G=17.57%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507811600.690.540.02346.7494.5164.31
HexFA4E7404536215b5f40
Octal3721161640105662533137100
Binary1111101010011101110100010001011101101010101101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4E74; }

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

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

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

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

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

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

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

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