Html Css Color HEX #FA537B Wild Watermelon

📋 copy color: '#FA537B'

red 250 ◦ green 83 ◦ blue 123

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

Shades of Wild Watermelon #FA537B

Tints of Wild Watermelon #FA537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 54.82%
G = 18.2%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA537B (or 0xFA537B) is known color: Wild Watermelon. HEX triplet: FA, 53 and 7B. RGB value is (250,83,123). Sum of RGB (Red+Green+Blue) = 250+83+123=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA537B is #05AC84. Grayscale: #898989. Windows color (decimal): -371845 or 8082426. OLE color: 8082426.

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

Color convert

RGB 250 83 123 -
CMYK 0 0.67 0.51 0.02
HSL 345.63º 0.94% 0.65% -
HSV(B) 345.63º 0.67% 0.98% -
XYZ 46.09 27.94 21.7 -
YUV 137.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 250 83 123 0 0.67 0.51 0.02 345.63 0.94 0.65
Hex FA 53 7B 0 43 33 2 15A 5E 41
Octal 372 123 173 0 103 63 2 532 136 101
Binary 11111010 1010011 1111011 0 1000011 110011 10 101011010 1011110 1000001

Color Harmonies of #FA537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA537B

Black with #FA537B

Text Example


Text Example

White with #FA537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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