Html Css Color HEX #FD535D Wild Watermelon

📋 copy color: '#FD535D'

red 253 ◦ green 83 ◦ blue 93

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

Shades of Wild Watermelon #FD535D

Tints of Wild Watermelon #FD535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 58.97%
G = 19.35%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD535D (or 0xFD535D) is known color: Wild Watermelon. HEX triplet: FD, 53 and 5D. RGB value is (253,83,93). Sum of RGB (Red+Green+Blue) = 253+83+93=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD535D is #02ACA2. Grayscale: #878787. Windows color (decimal): -175267 or 6116349. OLE color: 6116349.

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

Color convert

RGB 253 83 93 -
CMYK 0 0.67 0.63 0.01
HSL 356.47º 0.98% 0.66% -
HSV(B) 356.47º 0.67% 0.99% -
XYZ 45.58 27.86 13.33 -
YUV 134.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 253 83 93 0 0.67 0.63 0.01 356.47 0.98 0.66
Hex FD 53 5D 0 43 3F 1 164 62 42
Octal 375 123 135 0 103 77 1 544 142 102
Binary 11111101 1010011 1011101 0 1000011 111111 1 101100100 1100010 1000010

Color Harmonies of #FD535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD535D

Black with #FD535D

Text Example


Text Example

White with #FD535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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