Html Css Color HEX #FD527D Wild Watermelon

📋 copy color: '#FD527D'

red 253 ◦ green 82 ◦ blue 125

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

Shades of Wild Watermelon #FD527D

Tints of Wild Watermelon #FD527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 55%
G = 17.83%
B = 27.17%

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

#FD527D (or 0xFD527D) is known color: Wild Watermelon. HEX triplet: FD, 52 and 7D. RGB value is (253,82,125). Sum of RGB (Red+Green+Blue) = 253+82+125=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD527D is #02AD82. Grayscale: #8A8A8A. Windows color (decimal): -175491 or 8213245. OLE color: 8213245.

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

Color convert

RGB 253 82 125 -
CMYK 0 0.68 0.51 0.01
HSL 344.91º 0.98% 0.66% -
HSV(B) 344.91º 0.68% 0.99% -
XYZ 47.23 28.4 22.39 -
YUV 138.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 253 82 125 0 0.68 0.51 0.01 344.91 0.98 0.66
Hex FD 52 7D 0 44 33 1 159 62 42
Octal 375 122 175 0 104 63 1 531 142 102
Binary 11111101 1010010 1111101 0 1000100 110011 1 101011001 1100010 1000010

Color Harmonies of #FD527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD527D

Black with #FD527D

Text Example


Text Example

White with #FD527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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