Html Css Color HEX #FD565A Wild Watermelon

📋 copy color: '#FD565A'

red 253 ◦ green 86 ◦ blue 90

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

Shades of Wild Watermelon #FD565A

Tints of Wild Watermelon #FD565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.05%

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 58.97%
G = 20.05%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD565A (or 0xFD565A) is known color: Wild Watermelon. HEX triplet: FD, 56 and 5A. RGB value is (253,86,90). Sum of RGB (Red+Green+Blue) = 253+86+90=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD565A is #02A9A5. Grayscale: #888888. Windows color (decimal): -174502 or 5920509. OLE color: 5920509.

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

Color convert

RGB 253 86 90 -
CMYK 0 0.66 0.64 0.01
HSL 358.56º 0.98% 0.66% -
HSV(B) 358.56º 0.66% 0.99% -
XYZ 45.68 28.28 12.72 -
YUV 136.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 253 86 90 0 0.66 0.64 0.01 358.56 0.98 0.66
Hex FD 56 5A 0 42 40 1 167 62 42
Octal 375 126 132 0 102 100 1 547 142 102
Binary 11111101 1010110 1011010 0 1000010 1000000 1 101100111 1100010 1000010

Color Harmonies of #FD565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD565A

Black with #FD565A

Text Example


Text Example

White with #FD565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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