Html Css Color HEX #FC646A Wild Watermelon

📋 copy color: '#FC646A'

red 252 ◦ green 100 ◦ blue 106

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

Shades of Wild Watermelon #FC646A

Tints of Wild Watermelon #FC646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

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

R = 55.02%
G = 21.83%
B = 23.14%

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

#FC646A (or 0xFC646A) is known color: Wild Watermelon. HEX triplet: FC, 64 and 6A. RGB value is (252,100,106). Sum of RGB (Red+Green+Blue) = 252+100+106=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC646A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC646A is #039B95. Grayscale: #929292. Windows color (decimal): -236438 or 6972668. OLE color: 6972668.

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

Color convert

RGB 252 100 106 -
CMYK 0 0.60 0.58 0.01
HSL 357.63º 0.96% 0.69% -
HSV(B) 357.63º 0.6% 0.99% -
XYZ 47.3 30.85 17.1 -
YUV 146.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 252 100 106 0 0.60 0.58 0.01 357.63 0.96 0.69
Hex FC 64 6A 0 3C 3A 1 166 60 45
Octal 374 144 152 0 74 72 1 546 140 105
Binary 11111100 1100100 1101010 0 111100 111010 1 101100110 1100000 1000101

Color Harmonies of #FC646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC646A

Black with #FC646A

Text Example


Text Example

White with #FC646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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