Html Css Color HEX #FA4972 Wild Watermelon

📋 copy color: '#FA4972'

red 250 ◦ green 73 ◦ blue 114

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

Shades of Wild Watermelon #FA4972

Tints of Wild Watermelon #FA4972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 57.21%
G = 16.7%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4972 (or 0xFA4972) is known color: Wild Watermelon. HEX triplet: FA, 49 and 72. RGB value is (250,73,114). Sum of RGB (Red+Green+Blue) = 250+73+114=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4972 is #05B68D. Grayscale: #828282. Windows color (decimal): -374414 or 7490042. OLE color: 7490042.

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

Color convert

RGB 250 73 114 -
CMYK 0 0.71 0.54 0.02
HSL 346.1º 0.95% 0.63% -
HSV(B) 346.1º 0.71% 0.98% -
XYZ 44.84 26.3 18.63 -
YUV 130.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 250 73 114 0 0.71 0.54 0.02 346.1 0.95 0.63
Hex FA 49 72 0 47 36 2 15A 5F 3F
Octal 372 111 162 0 107 66 2 532 137 77
Binary 11111010 1001001 1110010 0 1000111 110110 10 101011010 1011111 111111

Color Harmonies of #FA4972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4972

Black with #FA4972

Text Example


Text Example

White with #FA4972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4972; }

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

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

background-color css

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

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

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

border-color css

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

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

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