Html Css Color HEX #FA4971 Wild Watermelon

📋 copy color: '#FA4971'

red 250 ◦ green 73 ◦ blue 113

#FA4971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FA4971

Tints of Wild Watermelon #FA4971

RGB

 RED value IS 250 (98.05% from 255) = 57.34%

 GREEN value IS 73 (28.91% from 255) = 16.74%

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 57.34%
G = 16.74%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA4971 (or 0xFA4971) is known color: Wild Watermelon. HEX triplet: FA, 49 and 71. RGB value is (250,73,113). Sum of RGB (Red+Green+Blue) = 250+73+113=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4971 is #05B68E. Grayscale: #828282. Windows color (decimal): -374415 or 7424506. OLE color: 7424506.

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

Color convert

RGB 250 73 113 -
CMYK 0 0.71 0.55 0.02
HSL 346.44º 0.95% 0.63% -
HSV(B) 346.44º 0.71% 0.98% -
XYZ 44.79 26.28 18.34 -
YUV 130.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 250 73 113 0 0.71 0.55 0.02 346.44 0.95 0.63
Hex FA 49 71 0 47 37 2 15A 5F 3F
Octal 372 111 161 0 107 67 2 532 137 77
Binary 11111010 1001001 1110001 0 1000111 110111 10 101011010 1011111 111111

Color Harmonies of #FA4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4971

Black with #FA4971

Text Example


Text Example

White with #FA4971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4971; }

 p { color: rgb(250,73,113); }

 H1.HeaderClassName
 {
   color: #FA4971;
 }
 .AnyTagClassName
 {
   color: #FA4971;
 }
</style>

background-color css

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

 a { background-color: rgb(250,73,113); }

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

border-color css

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

 span { border-color: rgb(250,73,113); }

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