Html Css Color HEX #FA486F Wild Watermelon

📋 copy color: '#FA486F'

red 250 ◦ green 72 ◦ blue 111

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

Shades of Wild Watermelon #FA486F

Tints of Wild Watermelon #FA486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 57.74%
G = 16.63%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA486F (or 0xFA486F) is known color: Wild Watermelon. HEX triplet: FA, 48 and 6F. RGB value is (250,72,111). Sum of RGB (Red+Green+Blue) = 250+72+111=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA486F is #05B790. Grayscale: #818181. Windows color (decimal): -374673 or 7293178. OLE color: 7293178.

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

Color convert

RGB 250 72 111 -
CMYK 0 0.71 0.56 0.02
HSL 346.85º 0.95% 0.63% -
HSV(B) 346.85º 0.71% 0.98% -
XYZ 44.61 26.11 17.73 -
YUV 129.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 250 72 111 0 0.71 0.56 0.02 346.85 0.95 0.63
Hex FA 48 6F 0 47 38 2 15B 5F 3F
Octal 372 110 157 0 107 70 2 533 137 77
Binary 11111010 1001000 1101111 0 1000111 111000 10 101011011 1011111 111111

Color Harmonies of #FA486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA486F

Black with #FA486F

Text Example


Text Example

White with #FA486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA486F; }

 p { color: rgb(250,72,111); }

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

background-color css

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

 a { background-color: rgb(250,72,111); }

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

border-color css

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

 span { border-color: rgb(250,72,111); }

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