Html Css Color HEX #FF527F Wild Watermelon

📋 copy color: '#FF527F'

red 255 ◦ green 82 ◦ blue 127

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

Shades of Wild Watermelon #FF527F

Tints of Wild Watermelon #FF527F

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 value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF527F (or 0xFF527F) is known color: 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

RGB 255 82 127 -
CMYK 0 0.68 0.50 0
HSL 344.39º 1% 0.66% -
HSV(B) 344.39º 0.68% 1% -
XYZ 48.09 28.83 23.11 -
YUV 138.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 255 82 127 0 0.68 0.50 0 344.39 1 0.66
Hex FF 52 7F 0 44 32 0 158 64 42
Octal 377 122 177 0 104 62 0 530 144 102
Binary 11111111 1010010 1111111 0 1000100 110010 0 101011000 1100100 1000010

Color Harmonies of #FF527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF527F

Black with #FF527F

Text Example


Text Example

White with #FF527F

Text Example


Text Example

HTML Codes & Css Web 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>