Html Css Color HEX #FD525D Wild Watermelon

📋 copy color: '#FD525D'

red 253 ◦ green 82 ◦ blue 93

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

Shades of Wild Watermelon #FD525D

Tints of Wild Watermelon #FD525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 59.11%
G = 19.16%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD525D (or 0xFD525D) is known color: Wild Watermelon. HEX triplet: FD, 52 and 5D. RGB value is (253,82,93). Sum of RGB (Red+Green+Blue) = 253+82+93=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD525D is #02ADA2. Grayscale: #868686. Windows color (decimal): -175523 or 6116093. OLE color: 6116093.

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

Color convert

RGB 253 82 93 -
CMYK 0 0.68 0.63 0.01
HSL 356.14º 0.98% 0.66% -
HSV(B) 356.14º 0.68% 0.99% -
XYZ 45.5 27.71 13.31 -
YUV 134.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 253 82 93 0 0.68 0.63 0.01 356.14 0.98 0.66
Hex FD 52 5D 0 44 3F 1 164 62 42
Octal 375 122 135 0 104 77 1 544 142 102
Binary 11111101 1010010 1011101 0 1000100 111111 1 101100100 1100010 1000010

Color Harmonies of #FD525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD525D

Black with #FD525D

Text Example


Text Example

White with #FD525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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