Html Css Color HEX #FF527A Wild Watermelon

📋 copy color: '#FF527A'

red 255 ◦ green 82 ◦ blue 122

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

Shades of Wild Watermelon #FF527A

Tints of Wild Watermelon #FF527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 55.56%
G = 17.86%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF527A (or 0xFF527A) is known color: Wild Watermelon. HEX triplet: FF, 52 and 7A. RGB value is (255,82,122). Sum of RGB (Red+Green+Blue) = 255+82+122=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF527A is #00AD85. Grayscale: #8A8A8A. Windows color (decimal): -44422 or 8016639. OLE color: 8016639.

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

Color convert

RGB 255 82 122 -
CMYK 0 0.68 0.52 0
HSL 346.13º 1% 0.66% -
HSV(B) 346.13º 0.68% 1% -
XYZ 47.77 28.7 21.43 -
YUV 138.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 255 82 122 0 0.68 0.52 0 346.13 1 0.66
Hex FF 52 7A 0 44 34 0 15A 64 42
Octal 377 122 172 0 104 64 0 532 144 102
Binary 11111111 1010010 1111010 0 1000100 110100 0 101011010 1100100 1000010

Color Harmonies of #FF527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF527A

Black with #FF527A

Text Example


Text Example

White with #FF527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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