Html Css Color HEX #FD5A6E Wild Watermelon

📋 copy color: '#FD5A6E'

red 253 ◦ green 90 ◦ blue 110

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

Shades of Wild Watermelon #FD5A6E

Tints of Wild Watermelon #FD5A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 55.85%
G = 19.87%
B = 24.28%

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

#FD5A6E (or 0xFD5A6E) is known color: Wild Watermelon. HEX triplet: FD, 5A and 6E. RGB value is (253,90,110). Sum of RGB (Red+Green+Blue) = 253+90+110=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A6E is #02A591. Grayscale: #8D8D8D. Windows color (decimal): -173458 or 7232253. OLE color: 7232253.

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

Color convert

RGB 253 90 110 -
CMYK 0 0.64 0.57 0.01
HSL 352.64º 0.98% 0.67% -
HSV(B) 352.64º 0.64% 0.99% -
XYZ 46.98 29.32 17.94 -
YUV 141.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 253 90 110 0 0.64 0.57 0.01 352.64 0.98 0.67
Hex FD 5A 6E 0 40 39 1 161 62 43
Octal 375 132 156 0 100 71 1 541 142 103
Binary 11111101 1011010 1101110 0 1000000 111001 1 101100001 1100010 1000011

Color Harmonies of #FD5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A6E

Black with #FD5A6E

Text Example


Text Example

White with #FD5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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