Html Css Color HEX #FD656A Wild Watermelon

📋 copy color: '#FD656A'

red 253 ◦ green 101 ◦ blue 106

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

Shades of Wild Watermelon #FD656A

Tints of Wild Watermelon #FD656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.96%

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

R = 55%
G = 21.96%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD656A (or 0xFD656A) is known color: Wild Watermelon. HEX triplet: FD, 65 and 6A. RGB value is (253,101,106). Sum of RGB (Red+Green+Blue) = 253+101+106=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD656A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD656A is #029A95. Grayscale: #939393. Windows color (decimal): -170646 or 6972925. OLE color: 6972925.

HSL color Cylindrical-coordinate representation of color #FD656A: hue angle of 358.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD656A is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 106 -
CMYK 0 0.60 0.58 0.01
HSL 358.03º 0.97% 0.69% -
HSV(B) 358.03º 0.6% 0.99% -
XYZ 47.76 31.23 17.15 -
YUV 147.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 253 101 106 0 0.60 0.58 0.01 358.03 0.97 0.69
Hex FD 65 6A 0 3C 3A 1 166 61 45
Octal 375 145 152 0 74 72 1 546 141 105
Binary 11111101 1100101 1101010 0 111100 111010 1 101100110 1100001 1000101

Color Harmonies of #FD656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD656A

Black with #FD656A

Text Example


Text Example

White with #FD656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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