Html Css Color HEX #FA575F Wild Watermelon

📋 copy color: '#FA575F'

red 250 ◦ green 87 ◦ blue 95

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

Shades of Wild Watermelon #FA575F

Tints of Wild Watermelon #FA575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 57.87%
G = 20.14%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA575F (or 0xFA575F) is known color: Wild Watermelon. HEX triplet: FA, 57 and 5F. RGB value is (250,87,95). Sum of RGB (Red+Green+Blue) = 250+87+95=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA575F is #05A8A0. Grayscale: #888888. Windows color (decimal): -370849 or 6248442. OLE color: 6248442.

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

Color convert

RGB 250 87 95 -
CMYK 0 0.65 0.62 0.02
HSL 357.06º 0.94% 0.66% -
HSV(B) 357.06º 0.65% 0.98% -
XYZ 44.9 27.97 13.86 -
YUV 136.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 250 87 95 0 0.65 0.62 0.02 357.06 0.94 0.66
Hex FA 57 5F 0 41 3E 2 165 5E 42
Octal 372 127 137 0 101 76 2 545 136 102
Binary 11111010 1010111 1011111 0 1000001 111110 10 101100101 1011110 1000010

Color Harmonies of #FA575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA575F

Black with #FA575F

Text Example


Text Example

White with #FA575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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