Html Css Color HEX #FD565C Wild Watermelon

📋 copy color: '#FD565C'

red 253 ◦ green 86 ◦ blue 92

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

Shades of Wild Watermelon #FD565C

Tints of Wild Watermelon #FD565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 58.7%
G = 19.95%
B = 21.35%

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

#FD565C (or 0xFD565C) is known color: Wild Watermelon. HEX triplet: FD, 56 and 5C. RGB value is (253,86,92). Sum of RGB (Red+Green+Blue) = 253+86+92=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD565C is #02A9A3. Grayscale: #888888. Windows color (decimal): -174500 or 6051581. OLE color: 6051581.

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

Color convert

RGB 253 86 92 -
CMYK 0 0.66 0.64 0.01
HSL 357.84º 0.98% 0.66% -
HSV(B) 357.84º 0.66% 0.99% -
XYZ 45.77 28.31 13.18 -
YUV 136.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 253 86 92 0 0.66 0.64 0.01 357.84 0.98 0.66
Hex FD 56 5C 0 42 40 1 166 62 42
Octal 375 126 134 0 102 100 1 546 142 102
Binary 11111101 1010110 1011100 0 1000010 1000000 1 101100110 1100010 1000010

Color Harmonies of #FD565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD565C

Black with #FD565C

Text Example


Text Example

White with #FD565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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