Html Css Color HEX #FA5769 Wild Watermelon

📋 copy color: '#FA5769'

red 250 ◦ green 87 ◦ blue 105

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

Shades of Wild Watermelon #FA5769

Tints of Wild Watermelon #FA5769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.68%

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 56.56%
G = 19.68%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA5769 (or 0xFA5769) is known color: Wild Watermelon. HEX triplet: FA, 57 and 69. RGB value is (250,87,105). Sum of RGB (Red+Green+Blue) = 250+87+105=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5769 is #05A896. Grayscale: #898989. Windows color (decimal): -370839 or 6903802. OLE color: 6903802.

HSL color Cylindrical-coordinate representation of color #FA5769: hue angle of 353.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5769 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 87 105 -
CMYK 0 0.65 0.58 0.02
HSL 353.37º 0.94% 0.66% -
HSV(B) 353.37º 0.65% 0.98% -
XYZ 45.38 28.16 16.41 -
YUV 137.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 250 87 105 0 0.65 0.58 0.02 353.37 0.94 0.66
Hex FA 57 69 0 41 3A 2 161 5E 42
Octal 372 127 151 0 101 72 2 541 136 102
Binary 11111010 1010111 1101001 0 1000001 111010 10 101100001 1011110 1000010

Color Harmonies of #FA5769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5769

Black with #FA5769

Text Example


Text Example

White with #FA5769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5769; }

 p { color: rgb(250,87,105); }

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

background-color css

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

 a { background-color: rgb(250,87,105); }

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

border-color css

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

 span { border-color: rgb(250,87,105); }

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