Html Css Color HEX #FD527C Wild Watermelon

📋 copy color: '#FD527C'

red 253 ◦ green 82 ◦ blue 124

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

Shades of Wild Watermelon #FD527C

Tints of Wild Watermelon #FD527C

RGB

 RED value IS 253 (99.22% from 255) = 55.12%

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 55.12%
G = 17.86%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD527C (or 0xFD527C) is known color: Wild Watermelon. HEX triplet: FD, 52 and 7C. RGB value is (253,82,124). Sum of RGB (Red+Green+Blue) = 253+82+124=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD527C is #02AD83. Grayscale: #898989. Windows color (decimal): -175492 or 8147709. OLE color: 8147709.

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

Color convert

RGB 253 82 124 -
CMYK 0 0.68 0.51 0.01
HSL 345.26º 0.98% 0.66% -
HSV(B) 345.26º 0.68% 0.99% -
XYZ 47.16 28.37 22.06 -
YUV 137.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 253 82 124 0 0.68 0.51 0.01 345.26 0.98 0.66
Hex FD 52 7C 0 44 33 1 159 62 42
Octal 375 122 174 0 104 63 1 531 142 102
Binary 11111101 1010010 1111100 0 1000100 110011 1 101011001 1100010 1000010

Color Harmonies of #FD527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD527C

Black with #FD527C

Text Example


Text Example

White with #FD527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD527C; }

 p { color: rgb(253,82,124); }

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

background-color css

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

 a { background-color: rgb(253,82,124); }

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

border-color css

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

 span { border-color: rgb(253,82,124); }

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