Html Css Color HEX #FF537F Wild Watermelon

📋 copy color: '#FF537F'

red 255 ◦ green 83 ◦ blue 127

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

Shades of Wild Watermelon #FF537F

Tints of Wild Watermelon #FF537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.31%

R = 54.84%
G = 17.85%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF537F (or 0xFF537F) is known color: Wild Watermelon. HEX triplet: FF, 53 and 7F. RGB value is (255,83,127). Sum of RGB (Red+Green+Blue) = 255+83+127=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF537F is #00AC80. Grayscale: #8B8B8B. Windows color (decimal): -44161 or 8344575. OLE color: 8344575.

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

Color convert

RGB 255 83 127 -
CMYK 0 0.67 0.50 0
HSL 344.65º 1% 0.66% -
HSV(B) 344.65º 0.67% 1% -
XYZ 48.16 28.98 23.13 -
YUV 139.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 255 83 127 0 0.67 0.50 0 344.65 1 0.66
Hex FF 53 7F 0 43 32 0 159 64 42
Octal 377 123 177 0 103 62 0 531 144 102
Binary 11111111 1010011 1111111 0 1000011 110010 0 101011001 1100100 1000010

Color Harmonies of #FF537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF537F

Black with #FF537F

Text Example


Text Example

White with #FF537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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