Html Css Color HEX #FF537A Wild Watermelon

📋 copy color: '#FF537A'

red 255 ◦ green 83 ◦ blue 122

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

Shades of Wild Watermelon #FF537A

Tints of Wild Watermelon #FF537A

RGB

 RED value IS 255 (100% from 255) = 55.43%

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 55.43%
G = 18.04%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF537A (or 0xFF537A) is known color: Wild Watermelon. HEX triplet: FF, 53 and 7A. RGB value is (255,83,122). Sum of RGB (Red+Green+Blue) = 255+83+122=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF537A is #00AC85. Grayscale: #8A8A8A. Windows color (decimal): -44166 or 8016895. OLE color: 8016895.

HSL color Cylindrical-coordinate representation of color #FF537A: hue angle of 346.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF537A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 122 -
CMYK 0 0.67 0.52 0
HSL 346.4º 1% 0.66% -
HSV(B) 346.4º 0.67% 1% -
XYZ 47.85 28.85 21.46 -
YUV 138.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 255 83 122 0 0.67 0.52 0 346.4 1 0.66
Hex FF 53 7A 0 43 34 0 15A 64 42
Octal 377 123 172 0 103 64 0 532 144 102
Binary 11111111 1010011 1111010 0 1000011 110100 0 101011010 1100100 1000010

Color Harmonies of #FF537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF537A

Black with #FF537A

Text Example


Text Example

White with #FF537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF537A; }

 p { color: rgb(255,83,122); }

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

background-color css

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

 a { background-color: rgb(255,83,122); }

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

border-color css

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

 span { border-color: rgb(255,83,122); }

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