Html Css Color HEX #FC656A Wild Watermelon

📋 copy color: '#FC656A'

red 252 ◦ green 101 ◦ blue 106

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

Shades of Wild Watermelon #FC656A

Tints of Wild Watermelon #FC656A

RGB

 RED value IS 252 (98.83% from 255) = 54.9%

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

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

R = 54.9%
G = 22%
B = 23.09%

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

#FC656A (or 0xFC656A) is known color: Wild Watermelon. HEX triplet: FC, 65 and 6A. RGB value is (252,101,106). Sum of RGB (Red+Green+Blue) = 252+101+106=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC656A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC656A is #039A95. Grayscale: #929292. Windows color (decimal): -236182 or 6972924. OLE color: 6972924.

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

Color convert

RGB 252 101 106 -
CMYK 0 0.60 0.58 0.01
HSL 358.01º 0.96% 0.69% -
HSV(B) 358.01º 0.6% 0.99% -
XYZ 47.4 31.04 17.13 -
YUV 146.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 252 101 106 0 0.60 0.58 0.01 358.01 0.96 0.69
Hex FC 65 6A 0 3C 3A 1 166 60 45
Octal 374 145 152 0 74 72 1 546 140 105
Binary 11111100 1100101 1101010 0 111100 111010 1 101100110 1100000 1000101

Color Harmonies of #FC656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC656A

Black with #FC656A

Text Example


Text Example

White with #FC656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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