Html Css Color HEX #FD566A Wild Watermelon

📋 copy color: '#FD566A'

red 253 ◦ green 86 ◦ blue 106

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

Shades of Wild Watermelon #FD566A

Tints of Wild Watermelon #FD566A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 56.85%
G = 19.33%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD566A (or 0xFD566A) is known color: Wild Watermelon. HEX triplet: FD, 56 and 6A. RGB value is (253,86,106). Sum of RGB (Red+Green+Blue) = 253+86+106=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD566A is #02A995. Grayscale: #8A8A8A. Windows color (decimal): -174486 or 6969085. OLE color: 6969085.

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

Color convert

RGB 253 86 106 -
CMYK 0 0.66 0.58 0.01
HSL 352.81º 0.98% 0.66% -
HSV(B) 352.81º 0.66% 0.99% -
XYZ 46.44 28.58 16.7 -
YUV 138.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 253 86 106 0 0.66 0.58 0.01 352.81 0.98 0.66
Hex FD 56 6A 0 42 3A 1 161 62 42
Octal 375 126 152 0 102 72 1 541 142 102
Binary 11111101 1010110 1101010 0 1000010 111010 1 101100001 1100010 1000010

Color Harmonies of #FD566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD566A

Black with #FD566A

Text Example


Text Example

White with #FD566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD566A; }

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

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

background-color css

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

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

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

border-color css

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

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

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