Html Css Color HEX #FA537D Wild Watermelon

📋 copy color: '#FA537D'

red 250 ◦ green 83 ◦ blue 125

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

Shades of Wild Watermelon #FA537D

Tints of Wild Watermelon #FA537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 54.59%
G = 18.12%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA537D (or 0xFA537D) is known color: Wild Watermelon. HEX triplet: FA, 53 and 7D. RGB value is (250,83,125). Sum of RGB (Red+Green+Blue) = 250+83+125=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA537D is #05AC82. Grayscale: #898989. Windows color (decimal): -371843 or 8213498. OLE color: 8213498.

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

Color convert

RGB 250 83 125 -
CMYK 0 0.67 0.50 0.02
HSL 344.91º 0.94% 0.65% -
HSV(B) 344.91º 0.67% 0.98% -
XYZ 46.22 27.99 22.37 -
YUV 137.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 250 83 125 0 0.67 0.50 0.02 344.91 0.94 0.65
Hex FA 53 7D 0 43 32 2 159 5E 41
Octal 372 123 175 0 103 62 2 531 136 101
Binary 11111010 1010011 1111101 0 1000011 110010 10 101011001 1011110 1000001

Color Harmonies of #FA537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA537D

Black with #FA537D

Text Example


Text Example

White with #FA537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA537D; }

 p { color: rgb(250,83,125); }

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

background-color css

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

 a { background-color: rgb(250,83,125); }

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

border-color css

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

 span { border-color: rgb(250,83,125); }

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