Html Css Color HEX #FD5A6D Wild Watermelon

📋 copy color: '#FD5A6D'

red 253 ◦ green 90 ◦ blue 109

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

Shades of Wild Watermelon #FD5A6D

Tints of Wild Watermelon #FD5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.91%

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 55.97%
G = 19.91%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD5A6D (or 0xFD5A6D) is known color: Wild Watermelon. HEX triplet: FD, 5A and 6D. RGB value is (253,90,109). Sum of RGB (Red+Green+Blue) = 253+90+109=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A6D is #02A592. Grayscale: #8C8C8C. Windows color (decimal): -173459 or 7166717. OLE color: 7166717.

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

Color convert

RGB 253 90 109 -
CMYK 0 0.64 0.57 0.01
HSL 353.01º 0.98% 0.67% -
HSV(B) 353.01º 0.64% 0.99% -
XYZ 46.92 29.3 17.65 -
YUV 140.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 253 90 109 0 0.64 0.57 0.01 353.01 0.98 0.67
Hex FD 5A 6D 0 40 39 1 161 62 43
Octal 375 132 155 0 100 71 1 541 142 103
Binary 11111101 1011010 1101101 0 1000000 111001 1 101100001 1100010 1000011

Color Harmonies of #FD5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A6D

Black with #FD5A6D

Text Example


Text Example

White with #FD5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A6D; }

 p { color: rgb(253,90,109); }

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

background-color css

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

 a { background-color: rgb(253,90,109); }

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

border-color css

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

 span { border-color: rgb(253,90,109); }

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