#FF527F

Color #FF527F Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FF527F

Tints of Wild Watermelon #FF527F

Color information

#FF527F (or 0xFF527F) is unknown color: approx Wild Watermelon. HEX triplet: FF, 52 and 7F. RGB value is (255,82,127). Sum of RGB (Red+Green+Blue) = 255+82+127=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF527F is #00AD80. Grayscale: #8A8A8A. Windows color (decimal): -44417 or 8344319. OLE color: 8344319.

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

Color convert

RGB25582127-
CMYK00.680.500
HSL344.39º100%66.08%-
HSV(B)344.39º67.84%100%-
XYZ48.0928.8323.11-
YUV138.86121.31210.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.96%
GREEN value IS 82 (32.42% from 255) = 17.67%
BLUE value IS 127 (50% from 255) = 27.37%
R=54.96%
G=17.67%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558212700.680.500344.3910066.08
HexFF527F0443201586442
Octal3771221770104620530144102
Binary111111111010010111111101000100110010010101100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF527F; }

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

 H1.HeaderClassName
 {
   color: #FF527F;
 }
 .AnyTagClassName
 {
   color: #FF527F;
 }
</style>
background-color css

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

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

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

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

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

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