Html Css Color HEX #FD527A Wild Watermelon

📋 copy color: '#FD527A'

red 253 ◦ green 82 ◦ blue 122

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

Shades of Wild Watermelon #FD527A

Tints of Wild Watermelon #FD527A

RGB

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

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

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

R = 55.36%
G = 17.94%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD527A (or 0xFD527A) is known color: Wild Watermelon. HEX triplet: FD, 52 and 7A. RGB value is (253,82,122). Sum of RGB (Red+Green+Blue) = 253+82+122=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD527A is #02AD85. Grayscale: #898989. Windows color (decimal): -175494 or 8016637. OLE color: 8016637.

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

Color convert

RGB 253 82 122 -
CMYK 0 0.68 0.52 0.01
HSL 345.96º 0.98% 0.66% -
HSV(B) 345.96º 0.68% 0.99% -
XYZ 47.04 28.32 21.4 -
YUV 137.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 253 82 122 0 0.68 0.52 0.01 345.96 0.98 0.66
Hex FD 52 7A 0 44 34 1 15A 62 42
Octal 375 122 172 0 104 64 1 532 142 102
Binary 11111101 1010010 1111010 0 1000100 110100 1 101011010 1100010 1000010

Color Harmonies of #FD527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD527A

Black with #FD527A

Text Example


Text Example

White with #FD527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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