Html Css Color HEX #FA595F Wild Watermelon

📋 copy color: '#FA595F'

red 250 ◦ green 89 ◦ blue 95

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

Shades of Wild Watermelon #FA595F

Tints of Wild Watermelon #FA595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.51%

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

R = 57.6%
G = 20.51%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA595F (or 0xFA595F) is known color: Wild Watermelon. HEX triplet: FA, 59 and 5F. RGB value is (250,89,95). Sum of RGB (Red+Green+Blue) = 250+89+95=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA595F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA595F is #05A6A0. Grayscale: #898989. Windows color (decimal): -370337 or 6248954. OLE color: 6248954.

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

Color convert

RGB 250 89 95 -
CMYK 0 0.64 0.62 0.02
HSL 357.76º 0.94% 0.66% -
HSV(B) 357.76º 0.64% 0.98% -
XYZ 45.06 28.29 13.91 -
YUV 137.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 250 89 95 0 0.64 0.62 0.02 357.76 0.94 0.66
Hex FA 59 5F 0 40 3E 2 166 5E 42
Octal 372 131 137 0 100 76 2 546 136 102
Binary 11111010 1011001 1011111 0 1000000 111110 10 101100110 1011110 1000010

Color Harmonies of #FA595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA595F

Black with #FA595F

Text Example


Text Example

White with #FA595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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