Html Css Color HEX #FA4770 Wild Watermelon

📋 copy color: '#FA4770'

red 250 ◦ green 71 ◦ blue 112

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

Shades of Wild Watermelon #FA4770

Tints of Wild Watermelon #FA4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.4%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 57.74%
G = 16.4%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA4770 (or 0xFA4770) is known color: Wild Watermelon. HEX triplet: FA, 47 and 70. RGB value is (250,71,112). Sum of RGB (Red+Green+Blue) = 250+71+112=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4770 is #05B88F. Grayscale: #818181. Windows color (decimal): -374928 or 7358458. OLE color: 7358458.

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

Color convert

RGB 250 71 112 -
CMYK 0 0.72 0.55 0.02
HSL 346.26º 0.95% 0.63% -
HSV(B) 346.26º 0.72% 0.98% -
XYZ 44.6 26 18 -
YUV 129.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 250 71 112 0 0.72 0.55 0.02 346.26 0.95 0.63
Hex FA 47 70 0 48 37 2 15A 5F 3F
Octal 372 107 160 0 110 67 2 532 137 77
Binary 11111010 1000111 1110000 0 1001000 110111 10 101011010 1011111 111111

Color Harmonies of #FA4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4770

Black with #FA4770

Text Example


Text Example

White with #FA4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4770; }

 p { color: rgb(250,71,112); }

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

background-color css

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

 a { background-color: rgb(250,71,112); }

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

border-color css

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

 span { border-color: rgb(250,71,112); }

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